diff --git a/build/VERSION b/build/VERSION index 2451c27c..a5c4c763 100644 --- a/build/VERSION +++ b/build/VERSION @@ -1 +1 @@ -3.0.7 +3.9.0 diff --git a/deb/VERSION b/deb/VERSION index d612ab6f..90228ea4 100644 --- a/deb/VERSION +++ b/deb/VERSION @@ -1 +1 @@ -3.12.0-1 \ No newline at end of file +3.8.2-1 diff --git a/docker-compose.yml b/docker-compose.yml index fa91e7df..cdea9b55 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,12 +3,16 @@ version: '2.1' services: protonmail-bridge: image: shenxn/protonmail-bridge + # build: + # context: ./build + # dockerfile: Dockerfile + container_name: pm_bridge ports: - 1025:25/tcp - 1143:143/tcp restart: unless-stopped - volumes: - - protonmail:/root + stdin_open: true + tty: true volumes: protonmail: name: protonmail