Add volume and version number
This commit is contained in:
parent
2ba58cbde2
commit
371e57fc8b
1 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
version: '2.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
protonmail-bridge:
|
protonmail-bridge:
|
||||||
image: shenxn/protonmail-bridge
|
image: shenxn/protonmail-bridge
|
||||||
|
|
@ -8,8 +10,9 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 1025:25/tcp
|
- 1025:25/tcp
|
||||||
- 1143:143/tcp
|
- 1143:143/tcp
|
||||||
volumes:
|
|
||||||
- protonmail:/root
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
|
volumes:
|
||||||
|
protonmail:
|
||||||
|
name: protonmail
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue