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:
|
||||
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
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- protonmail:/root
|
||||
volumes:
|
||||
protonmail:
|
||||
name: protonmail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue