diff --git a/Deploying pihole-docker to a brand new Debian instance.md b/Deploying pihole-docker to a brand new Debian instance.md index eebfacd..70154c7 100644 --- a/Deploying pihole-docker to a brand new Debian instance.md +++ b/Deploying pihole-docker to a brand new Debian instance.md @@ -30,7 +30,8 @@ services: - "80:80/tcp" environment: TZ: 'America/Chicago' - # WEBPASSWORD: 'set a secure password here or it will be random' + # set the web dashboard to have no passwd + WEBPASSWORD: '' # Volumes store your data between container upgrades volumes: - './etc-pihole:/etc/pihole'