[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

@@ -32,6 +32,8 @@ services:
restart: always
dns:
- ${IPV4_NETWORK}.254
ports:
- "${SQL_PORT:-127.0.0.1:13306}:3306"
sysctls:
- net.ipv6.conf.all.disable_ipv6=${SYSCTL_IPV6_DISABLED:-0}
networks: