remove ipv6 address from config
This commit is contained in:
parent
6f5212ee28
commit
45e3395abd
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue