mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
17 lines
383 B
YAML
17 lines
383 B
YAML
version: '2.1'
|
|
|
|
services:
|
|
protonmail-bridge:
|
|
image: shenxn/protonmail-bridge
|
|
ports:
|
|
- 1025:25/tcp
|
|
- 1143:143/tcp
|
|
# Note: You should not have to modify the inner ports because
|
|
# socat is used to send them to the port expected by the bridge
|
|
restart: unless-stopped
|
|
volumes:
|
|
- protonmail:/root
|
|
volumes:
|
|
protonmail:
|
|
name: protonmail
|