Skip to content

Commit 2e4e5ea

Browse files
authored
Merge pull request #1307 from cornshakes/doc-change-listeningmode
Set DNS listening mode to 'ALL' in docker-compose.yml example
2 parents c6d5037 + da105b1 commit 2e4e5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docker/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ services:
2626
TZ: 'Europe/London'
2727
# Set a password to access the web interface. Not setting one will result in a random password being assigned
2828
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'
29+
# If using Docker's default `bridge` network setting the dns listening mode should be set to 'ALL'
30+
FTLCONF_dns_listeningMode: 'ALL'
3131
# Volumes store your data between container upgrades
3232
volumes:
3333
# For persisting Pi-hole's databases and common configuration file

0 commit comments

Comments
 (0)