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