Update nuc/protonmail-bridge/docker-compose.yml
This commit is contained in:
parent
2a93ff8204
commit
413c711325
@ -1,13 +1,15 @@
|
||||
---
|
||||
services:
|
||||
protonmail-bridge:
|
||||
image: shenxn/protonmail-bridge
|
||||
image: ghcr.io/wormi4ok/protonmail-bridge:latest
|
||||
container_name: protonmail-bridge
|
||||
volumes:
|
||||
- protonmail:/root
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports:
|
||||
- "143:1143/tcp" # IMAP port
|
||||
- "25:1025/tcp" # SMTP port
|
||||
- 1143:143/tcp
|
||||
- 1025:25/tcp
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user