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