expose more container ports for smtp/imap/pop3

This commit is contained in:
thebongy 2020-02-13 20:01:30 +05:30
parent 2fee49abfe
commit 71f515240a

View file

@ -5,6 +5,12 @@ services:
build: .
ports:
- "8080:8080"
- "143:143"
- "110:110"
- "993:993"
- "995:995"
- "465:465"
- "587:587"
depends_on:
- redis
- mongo