Clean up docker-compose.yml
Remove unnecessary configuration/comments and add missing volume declaration
This commit is contained in:
parent
c4e8f9f00c
commit
53b7597f6c
1 changed files with 2 additions and 6 deletions
|
|
@ -3,16 +3,12 @@ version: '2.1'
|
||||||
services:
|
services:
|
||||||
protonmail-bridge:
|
protonmail-bridge:
|
||||||
image: shenxn/protonmail-bridge
|
image: shenxn/protonmail-bridge
|
||||||
# build:
|
|
||||||
# context: ./build
|
|
||||||
# dockerfile: Dockerfile
|
|
||||||
container_name: pm_bridge
|
|
||||||
ports:
|
ports:
|
||||||
- 1025:25/tcp
|
- 1025:25/tcp
|
||||||
- 1143:143/tcp
|
- 1143:143/tcp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stdin_open: true
|
volumes:
|
||||||
tty: true
|
- protonmail:/root
|
||||||
volumes:
|
volumes:
|
||||||
protonmail:
|
protonmail:
|
||||||
name: protonmail
|
name: protonmail
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue