mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
Merge pull request #1594 from pi-hole/tweak/readme
Use correct delimeter in example compose file
This commit is contained in:
@@ -49,7 +49,7 @@ services:
|
|||||||
# 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'
|
||||||
# Configure DNS upstream servers, e.g:
|
# Configure DNS upstream servers, e.g:
|
||||||
FTLCONF_dns_upstreams: '8.8.8.8, 8.8.4.4'
|
FTLCONF_dns_upstreams: '8.8.8.8;8.8.4.4'
|
||||||
# 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
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
# 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'
|
||||||
# Configure DNS upstream servers, e.g:
|
# Configure DNS upstream servers, e.g:
|
||||||
FTLCONF_dns_upstreams: '8.8.8.8, 8.8.4.4'
|
FTLCONF_dns_upstreams: '8.8.8.8;8.8.4.4'
|
||||||
# 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