Missing = in PIHOLE_DNS_ Env var declaration (#121)

This commit is contained in:
Adam Warner 2022-04-14 05:42:34 +01:00 committed by GitHub
parent 0206d8049a
commit 84741c9c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ services:
environment:
- FTLCONF_REPLY_ADDR4=192.168.1.5
- WEBPASSWORD=${WEBPASSWORD}
- PIHOLE_DNS_192.168.1.6;192.168.1.13
- PIHOLE_DNS_=192.168.1.6;192.168.1.13
volumes:
- /volume1/docker/pihole-unbound/pihole/volume:/etc/pihole:rw
- /volume1/docker/pihole-unbound/pihole/config/hosts:/etc/hosts:ro