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:
parent
2ac707c0c3
commit
9d2bf07c78
2 changed files with 15 additions and 7 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