Clean up docker-compose.yml

Remove unnecessary configuration/comments and add missing volume declaration
This commit is contained in:
Mark Monteiro 2024-01-02 20:45:04 -05:00 committed by GitHub
parent c4e8f9f00c
commit 53b7597f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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