Skip to content

Commit

Permalink
Missing = in PIHOLE_DNS_ Env var declaration (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
PromoFaux authored Apr 14, 2022
1 parent 0206d80 commit 84741c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion two-container/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84741c9

Please sign in to comment.