pihole: make password configurable
This commit is contained in:
parent
687b318f2e
commit
7550be755c
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user