There was an error while loading. Please reload this page.
1 parent e4954df commit 059356bCopy full SHA for 059356b
1 file changed
README.md
@@ -76,8 +76,8 @@ services:
76
TZ: 'Europe/London'
77
# Set a password to access the web interface. Not setting one will result in a random password being assigned
78
FTLCONF_webserver_api_password: 'correct horse battery staple'
79
- # If using Docker's default `bridge` network setting the dns listening mode should be set to 'all'
80
- FTLCONF_dns_listeningMode: 'all'
+ # If using Docker's default `bridge` network setting the dns listening mode should be set to 'ALL'
+ FTLCONF_dns_listeningMode: 'ALL'
81
# Volumes store your data between container upgrades
82
volumes:
83
# For persisting Pi-hole's databases and common configuration file
0 commit comments