pihole: make password configurable

This commit is contained in:
Schneider Roland 2024-10-04 19:07:19 +02:00
parent 687b318f2e
commit 7550be755c

View File

@ -10,8 +10,8 @@ services:
# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
- "4114:80/tcp"
environment:
TZ: 'America/Chicago'
# WEBPASSWORD: 'set a secure password here or it will be random'
TZ: 'Europe/Budapest'
WEBPASSWORD: ${PI_HOLE_PASSWORD}
# Volumes store your data between container upgrades
volumes:
- './etc-pihole:/etc/pihole'