mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 10:21:11 +08:00
expose more container ports for smtp/imap/pop3
This commit is contained in:
parent
2fee49abfe
commit
71f515240a
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ services:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
- "143:143"
|
||||||
|
- "110:110"
|
||||||
|
- "993:993"
|
||||||
|
- "995:995"
|
||||||
|
- "465:465"
|
||||||
|
- "587:587"
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- mongo
|
- mongo
|
||||||
|
|
Loading…
Reference in a new issue