This commit is contained in:
zleyyij 2022-12-28 15:49:18 -07:00
parent 7b49a31ba7
commit 1679e3d98e

View File

@ -30,7 +30,8 @@ services:
- "80:80/tcp" - "80:80/tcp"
environment: environment:
TZ: 'America/Chicago' 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 store your data between container upgrades
volumes: volumes:
- './etc-pihole:/etc/pihole' - './etc-pihole:/etc/pihole'