Update pihole exporter config

This commit is contained in:
Joey Hafner 2022-07-14 00:07:54 -07:00
parent 253a1cec66
commit 02f0e42781

View File

@ -88,10 +88,10 @@ services:
networks:
- monitoring
environment:
- PIHOLE_HOSTNAME=pihole.jafner.net
- PIHOLE_PASSWORD=***REMOVED***
- INTERVAL=15s
- PORT=9617
- PIHOLE_HOSTNAME=pihole.jafner.net
- PIHOLE_PROTOCOL=https
- INTERVAL=15s
- PORT=9617 # port on which the metrics should be available to be scraped by prometheus
labels:
- traefik.enable=false