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
|
# - "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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user