inside/outside port

This commit is contained in:
Andreas Knuth 2025-03-23 21:21:29 +01:00
parent 46799bb63a
commit aeec0796f8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- "143:143" # IMAP - "143:143" # IMAP
- "993:993" # IMAPS (SSL/TLS) - "31993:993" # IMAPS (SSL/TLS)
- "110:110" # POP3 - "110:110" # POP3
- "995:995" # POP3S (SSL/TLS) - "995:995" # POP3S (SSL/TLS)
volumes: volumes: