mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Clean up docker-compose.yml
Remove unnecessary configuration/comments and add missing volume declaration
This commit is contained in:
parent
c4e8f9f00c
commit
53b7597f6c
@ -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…
Reference in New Issue
Block a user