[Compose] Expose SQL to 13306 on 127.0.0.1

This commit is contained in:
andre.peters
2018-02-05 21:42:13 +01:00
parent 520bc6950f
commit 6118085890
3 changed files with 13 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ POP_PORT=110
POPS_PORT=995
SIEVE_PORT=4190
DOVEADM_PORT=127.0.0.1:19991
SQL_PORT=127.0.0.1:13306
# Your timezone
TZ=${TZ}
@@ -108,6 +109,9 @@ IPV4_NETWORK=172.22.1
# Internal IPv6 subnet in fc00::/7
IPV6_NETWORK=fd4d:6169:6c63:6f77::/64
# Use this IP for outgoing connections (SNAT)' >> mailcow.conf
#SNAT_TO_SOURCE=" >> mailcow.conf
# Disable IPv6
# mailcow-network will still be created as IPv6 enabled, all containers will be created
# without IPv6 support.