diff --git a/README.md b/README.md index dc41fc4..c6ca1a1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/docker-compose-caddy-proxy.yml b/examples/docker-compose-caddy-proxy.yml index 0449493..49e6fde 100644 --- a/examples/docker-compose-caddy-proxy.yml +++ b/examples/docker-compose-caddy-proxy.yml @@ -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