mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 03:08:45 +00:00
Merge pull request #1307 from cornshakes/doc-change-listeningmode
Set DNS listening mode to 'ALL' in docker-compose.yml example
This commit is contained in:
@@ -26,8 +26,8 @@ services:
|
|||||||
TZ: 'Europe/London'
|
TZ: 'Europe/London'
|
||||||
# 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: 'correct horse battery staple'
|
||||||
# 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
|
||||||
volumes:
|
volumes:
|
||||||
# For persisting Pi-hole's databases and common configuration file
|
# For persisting Pi-hole's databases and common configuration file
|
||||||
|
|||||||
Reference in New Issue
Block a user