Add pihole-specific env vars
This commit is contained in:
parent
af7ed80074
commit
8c0067071b
@ -25,4 +25,7 @@ SMTP_USER=noreply@jafner.net
|
||||
SMTP_PASS=
|
||||
SMTP_SSL=true
|
||||
SMTP_TLS=false
|
||||
## Configure client to use SSL, not TLS
|
||||
## Configure client to use SSL, not TLS
|
||||
|
||||
## Container-specific configuration
|
||||
SECRET_WEBPASSWORD=F4a3KhuKvYbKKsQZqGiHQVxUncc5GEawPrDh9PngX9DAnR4s
|
@ -14,6 +14,11 @@ services:
|
||||
environment:
|
||||
PUID: ${PUID}
|
||||
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:
|
||||
- ${DOCKER_DATA}/pihole:/etc/pihole
|
||||
- ${DOCKER_DATA}/dnsmasq:/etc/dnsmasq.d
|
||||
|
Loading…
Reference in New Issue
Block a user