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 @@ -74,6 +74,8 @@ services:
74
74
TZ : ' Europe/London'
75
75
# Set a password to access the web interface. Not setting one will result in a random password being assigned
76
76
FTLCONF_webserver_api_password : ' correct horse battery staple'
77
+ # If using Docker's default `bridge` network setting the dns listening mode should be set to 'all'
78
+ FTLCONF_dns_listeningMode : ' all'
77
79
# Volumes store your data between container upgrades
78
80
volumes :
79
81
# For persisting Pi-hole's databases and common configuration file
@@ -92,7 +94,6 @@ services:
92
94
` ` `
93
95
94
96
2. Run ` docker compose up -d` to build and start pi-hole (Syntax may be `docker-compose` on older systems).
95
- 3. If using Docker's default `bridge` network setting, set the environment variable `FTLCONF_dns_listeningMode` to `all`.
96
97
97
98
> [!NOTE]
98
99
> 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