inside/outside port
This commit is contained in:
parent
46799bb63a
commit
aeec0796f8
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue