Skip to content

Commit

Permalink
Update Unbound_docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbierman authored Jul 23, 2022
1 parent d66c955 commit ace2248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unbound_docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
command: proxy-dns
environment:
- "TUNNEL_DNS_UPSTREAM=https://1.1.1.1/dns-query,https://1.0.0.1/dns-query,https://9.9.9.9/dns-query,https://149.112.112.9/dns-query"

- TZ="America/Los_Angeles"
# Listen on an unprivileged port
- "TUNNEL_DNS_PORT=5053"

Expand All @@ -24,7 +24,7 @@ services:

pihole:
container_name: pihole
image: pihole/pihole:v5.1.2
image: pihole/pihole:latest
environment:
# set a secure password here or the default will be firewalla
WEBPASSWORD: 'firewalla'
Expand Down

0 comments on commit ace2248

Please sign in to comment.