remove ipv6 address from config

This commit is contained in:
Ryan Harg 2023-11-23 08:10:50 +00:00
parent 6f5212ee28
commit 45e3395abd

View file

@ -15,7 +15,7 @@ services:
TZ: 'Europe/Berlin' TZ: 'Europe/Berlin'
WEBPASSWORD: ${WEB_PASSWORD} WEBPASSWORD: ${WEB_PASSWORD}
FTLCONF_LOCAL_IPV4: ${FTLCONF_LOCAL_IPV4} FTLCONF_LOCAL_IPV4: ${FTLCONF_LOCAL_IPV4}
FTLCONF_LOCAL_IPV6: ${FTLCONF_LOCAL_IPV6} # FTLCONF_LOCAL_IPV6: ${FTLCONF_LOCAL_IPV6}
FTLCONF_RATE_LIMIT: '0/0' FTLCONF_RATE_LIMIT: '0/0'
# Volumes store your data between container upgrades # Volumes store your data between container upgrades
volumes: volumes: