debug: turn on imap

This commit is contained in:
Steve Dudenhoeffer 2024-05-14 04:35:55 +00:00
parent 6b38e27aa7
commit 8c85472926

View File

@ -6,6 +6,7 @@ services:
volumes: volumes:
- protonmail:/root - protonmail:/root
ports: ports:
- "143:143/tcp" # IMAP port
- "25:25/tcp" # SMTP port - "25:25/tcp" # SMTP port
restart: unless-stopped restart: unless-stopped