1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-28 08:52:00 +02:00

[Compose] Add DOVEADM_PORT with default binding 127.0.0.1:19991

This commit is contained in:
andryyy 2017-07-10 21:28:24 +02:00
parent e1fc551bd2
commit 12e9620a07

View File

@ -191,6 +191,7 @@ services:
options:
max-size: "5m"
ports:
- "${DOVEADM_PORT:-127.0.0.1:19991}:12345"
- "${IMAP_PORT:-143}:143"
- "${IMAPS_PORT:-993}:993"
- "${POP_PORT:-110}:110"