Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ providers:
docker:
endpoint: "tcp://socket-proxy:2375"
exposedByDefault: false
network: proxy

file:
directory: /rules
Expand All @@ -24,4 +25,4 @@ certificatesResolvers:
delayBeforeCheck: 10

log:
level: INFO
level: INFO
10 changes: 5 additions & 5 deletions wireguard-pihole-unbound/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
unbound:
image: mvance/unbound:latest
image: pedantic/unbound:latest
container_name: unbound
restart: unless-stopped
hostname: unbound
Expand All @@ -29,7 +29,7 @@ services:
- PGID=${PGID}
- TZ=${TZ}
- SERVERPORT=51820
- SERVERURL=${SERVERURL} #optional
# - SERVERURL=${SERVERURL} #optional - For use with DDNS (Uncomment to use)
- PEERS=${PEERS} # How many peers to generate for you (clients)
- PEERDNS=10.2.0.100 # Set it to point to pihole
- INTERNAL_SUBNET=10.6.0.0
Expand Down Expand Up @@ -60,9 +60,9 @@ services:
- 127.0.0.1
- 10.2.0.200 # Points to unbound
environment:
TZ: "Europe/Paris"
TZ: "America/Chicago"
WEBPASSWORD: "" # Blank password - Can be whatever you want.
ServerIP: 10.1.0.100 # Internal IP of pihole
ServerIP: 10.2.0.100 # Internal IP of pihole
DNS1: 10.2.0.200 # Unbound IP
DNS2: 10.2.0.200 # If we don't specify two, it will auto pick google.
# Volumes store your data between container upgrades
Expand All @@ -85,4 +85,4 @@ networks:
ipam:
driver: default
config:
- subnet: 10.2.0.0/24
- subnet: 10.2.0.0/24