Add pihole-specific env vars

This commit is contained in:
Joey Hafner 2022-07-13 23:25:35 -07:00
parent 2ed769d0b2
commit ca1604a200
2 changed files with 9 additions and 1 deletions

View File

@ -26,3 +26,6 @@ SMTP_PASS=
SMTP_SSL=true SMTP_SSL=true
SMTP_TLS=false SMTP_TLS=false
## Configure client to use SSL, not TLS ## Configure client to use SSL, not TLS
## Container-specific configuration
SECRET_WEBPASSWORD=***REMOVED***

View File

@ -14,6 +14,11 @@ services:
environment: environment:
PUID: ${PUID} PUID: ${PUID}
PGID: ${PGID} PGID: ${PGID}
TZ: ${TZ}
WEBPASSWORD: ${SECRET_WEBPASSWORD}
ADMIN_EMAIL: ${ADMIN_EMAIL}
PIHOLE_DNS_: 1.1.1.1;1.0.0.1
VIRTUAL_HOST: https://pihole.jafner.net
volumes: volumes:
- ${DOCKER_DATA}/pihole:/etc/pihole - ${DOCKER_DATA}/pihole:/etc/pihole
- ${DOCKER_DATA}/dnsmasq:/etc/dnsmasq.d - ${DOCKER_DATA}/dnsmasq:/etc/dnsmasq.d