Add pihole-specific env vars
This commit is contained in:
parent
2ed769d0b2
commit
ca1604a200
@ -25,4 +25,7 @@ SMTP_USER=noreply@jafner.net
|
|||||||
SMTP_PASS=
|
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***
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user