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

Merge pull request #1594 from pi-hole/tweak/readme

Use correct delimeter in example compose file
This commit is contained in:
Adam Warner 2024-06-05 21:17:50 +01:00 committed by GitHub
commit 60d8067d75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
FTLCONF_webserver_api_password: 'correct horse battery staple'
# 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:
# 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
FTLCONF_webserver_api_password: 'correct horse battery staple'
# 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:
# For persisting Pi-hole's databases and common configuration file