formatting updates to environment syntax (#86)

environment variable should be = not .
Also updated PIHOLE_DNS_ from DNS1
This commit is contained in:
Greg Ramsaran 2022-02-13 11:31:41 -05:00 committed by GitHub
parent adabe4c786
commit 5292809c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,16 +18,15 @@ services:
# - 5335:5335/tcp # Uncomment to enable unbound access on local server # - 5335:5335/tcp # Uncomment to enable unbound access on local server
# - 22/tcp # Uncomment to enable SSH # - 22/tcp # Uncomment to enable SSH
environment: environment:
ServerIP: ${ServerIP} ServerIP= ${ServerIP}
TZ: ${TZ} TZ= ${TZ}
WEBPASSWORD: ${WEBPASSWORD} WEBPASSWORD= ${WEBPASSWORD}
REV_SERVER: ${REV_SERVER} REV_SERVER= ${REV_SERVER}
REV_SERVER_TARGET: ${REV_SERVER_TARGET} REV_SERVER_TARGET= ${REV_SERVER_TARGET}
REV_SERVER_DOMAIN: ${REV_SERVER_DOMAIN} REV_SERVER_DOMAIN= ${REV_SERVER_DOMAIN}
REV_SERVER_CIDR: ${REV_SERVER_CIDR} REV_SERVER_CIDR= ${REV_SERVER_CIDR}
DNS1: 127.0.0.1#5335 # Hardcoded to our Unbound server PIHOLE_DNS_= 127.0.0.1#5335 # Hardcoded to our Unbound server
DNS2: 127.0.0.1#5335 # Hardcoded to our Unbound server DNSSEC= "true" # Enable DNSSEC
DNSSEC: "true" # Enable DNSSEC
volumes: volumes:
- etc_pihole-unbound:/etc/pihole:rw - etc_pihole-unbound:/etc/pihole:rw
- etc_pihole_dnsmasq-unbound:/etc/dnsmasq.d:rw - etc_pihole_dnsmasq-unbound:/etc/dnsmasq.d:rw