File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ services:
76
76
TZ : ' Europe/London'
77
77
# Set a password to access the web interface. Not setting one will result in a random password being assigned
78
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'
79
81
# Volumes store your data between container upgrades
80
82
volumes :
81
83
# For persisting Pi-hole's databases and common configuration file
@@ -94,7 +96,6 @@ services:
94
96
` ` `
95
97
96
98
2. Run ` docker compose up -d` to build and start pi-hole (Syntax may be `docker-compose` on older systems).
97
- 3. If using Docker's default `bridge` network setting, set the environment variable `FTLCONF_dns_listeningMode` to `all`.
98
99
99
100
> [!NOTE]
100
101
> Volumes are recommended for persisting data across container re-creations for updating images.
You can’t perform that action at this time.
0 commit comments