We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6d5037 + da105b1 commit 2e4e5eaCopy full SHA for 2e4e5ea
docs/docker/index.md
@@ -26,8 +26,8 @@ services:
26
TZ: 'Europe/London'
27
# Set a password to access the web interface. Not setting one will result in a random password being assigned
28
FTLCONF_webserver_api_password: 'correct horse battery staple'
29
- # If using Docker's default `bridge` network setting the dns listening mode should be set to 'all'
30
- 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'
31
# Volumes store your data between container upgrades
32
volumes:
33
# For persisting Pi-hole's databases and common configuration file
0 commit comments