From 1679e3d98e4605b09d3d5c95725f9c57aef18690 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 28 Dec 2022 15:49:18 -0700 Subject: [PATCH] sync --- Deploying pihole-docker to a brand new Debian instance.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'