1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-07-01 13:40:54 +02:00

Update DNS upstream servers in quick start compose example to use semicolon as separator

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2024-06-05 21:03:40 +01:00
parent 435ab307ed
commit f34c9c8c45
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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

View 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