there we go.

This commit is contained in:
Simon Ungar Felding 2025-06-12 18:45:25 +02:00
parent 7ef9657e54
commit d483aa120b
3 changed files with 16 additions and 4 deletions

View file

@ -1,14 +1,19 @@
version: '2.1'
services:
protonmail-bridge:
image: shenxn/protonmail-bridge
container_name: protonmail-bridge
ports:
- 1025:25/tcp
- 1143:143/tcp
restart: unless-stopped
volumes:
- protonmail:/root
stdin_open: true
tty: true
logging:
options:
max-size: "1m"
max-file: "10"
volumes:
protonmail:
name: protonmail