18 lines
342 B
YAML
18 lines
342 B
YAML
---
|
|
services:
|
|
protonmail-bridge:
|
|
image: ghcr.io/wormi4ok/protonmail-bridge:latest
|
|
container_name: protonmail-bridge
|
|
volumes:
|
|
- protonmail:/root
|
|
stdin_open: true
|
|
tty: true
|
|
ports:
|
|
- 127.0.0.1:1143:143/tcp
|
|
- 127.0.0.1:1025:25/tcp
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
protonmail:
|
|
external: true
|