2023-05-02 06:26:43 +00:00
|
|
|
version: '2.1'
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
protonmail-bridge:
|
|
|
|
|
image: shenxn/protonmail-bridge
|
|
|
|
|
ports:
|
|
|
|
|
- 1025:25/tcp
|
|
|
|
|
- 1143:143/tcp
|
2025-06-17 11:08:46 +02:00
|
|
|
# Note: You should not have to modify the inner ports because
|
|
|
|
|
# socat is used to send them to the port expected by the bridge
|
2023-05-02 06:26:43 +00:00
|
|
|
restart: unless-stopped
|
2024-02-07 22:06:43 -05:00
|
|
|
volumes:
|
|
|
|
|
- protonmail:/root
|
2023-05-02 06:26:43 +00:00
|
|
|
volumes:
|
|
|
|
|
protonmail:
|
|
|
|
|
name: protonmail
|