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:a3f1b0c830686e96887ae17bdfdda14795a965cdc7310b1f9327deddf17e1787
|
|
ports:
|
|
- 1025:25/tcp
|
|
- 1143:143/tcp
|
|
restart: unless-stopped
|
|
volumes:
|
|
- protonmail:/root
|
|
|
|
volumes:
|
|
protonmail:
|
|
name: protonmail
|