changed time zone, added password as env
This commit is contained in:
@ -17,9 +17,9 @@ services:
|
|||||||
#- "123:123/udp"
|
#- "123:123/udp"
|
||||||
environment:
|
environment:
|
||||||
# Set the appropriate timezone for your location (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g:
|
# Set the appropriate timezone for your location (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g:
|
||||||
TZ: 'Europe/London'
|
TZ: 'Europe/Amsterdam'
|
||||||
# Set a password to access the web interface. Not setting one will result in a random password being assigned
|
# Set a password to access the web interface. Not setting one will result in a random password being assigned
|
||||||
FTLCONF_webserver_api_password: 'correct horse battery staple'
|
FTLCONF_webserver_api_password: ${ADMIN_PASSWORD}
|
||||||
# If using Docker's default `bridge` network setting the dns listening mode should be set to 'all'
|
# If using Docker's default `bridge` network setting the dns listening mode should be set to 'all'
|
||||||
FTLCONF_dns_listeningMode: 'all'
|
FTLCONF_dns_listeningMode: 'all'
|
||||||
# Volumes store your data between container upgrades
|
# Volumes store your data between container upgrades
|
||||||
|
|||||||
Reference in New Issue
Block a user