mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-03-26 21:35:58 +00:00
14 lines
315 B
YAML
14 lines
315 B
YAML
services:
|
|
protonmail-bridge:
|
|
image: dancwilliams/protonmail-bridge:latest@sha256:9803beb502ee3b65cb8ba3d1c0dc988e8fea7396b09c2f9e3520ff690a12e834
|
|
ports:
|
|
- 1025:25/tcp
|
|
- 1143:143/tcp
|
|
restart: unless-stopped
|
|
volumes:
|
|
- protonmail:/root
|
|
|
|
volumes:
|
|
protonmail:
|
|
name: protonmail
|