瀏覽代碼

[Compose] Add DOVEADM_PORT with default binding 127.0.0.1:19991

andryyy 8 年之前
父節點
當前提交
12e9620a07
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

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