Remove statping from internal DNS

This *hammers* pihole and massively inflates the metrics. Remove for now until there's a sane way to fix it
This commit is contained in:
Jake Howard 2020-03-19 19:16:04 +00:00
parent 02293459e1
commit 5938f7fca6
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -7,7 +7,6 @@ services:
restart: unless-stopped
volumes:
- ./statping:/app
dns: "{{ wireguard.clients.intersect.ip }}"
labels:
- "traefik.enable=true"
- "traefik.http.routers.statping.rule=Host(`stats.theorangeone.net`)"