Improve Docker Compose documentation and example (#95)

- Clean up the example `docker-compose.yml` file by removing unnecessary
configuration/comments and add missing volume declaration
- Update the project README.md with instructions on how to use the
project with Docker Compose
This commit is contained in:
Mark Monteiro
2024-02-07 22:06:43 -05:00
committed by GitHub
parent 2ac707c0c3
commit 9d2bf07c78
2 changed files with 15 additions and 7 deletions

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