Added pihole exporter

Updated some NFS data
This commit is contained in:
2023-07-23 12:52:53 +00:00
parent 49ccb10708
commit 680fedaae0
4 changed files with 37 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
version: '3.3'
services:
pihole-exporter:
image: remiflandrois/pihole-exporter:latest
environment:
- PIHOLE_HOSTNAME=192.168.1.8
- PIHOLE_PASSWORD=14Mai1984
- INTERVAL=5s
- PORT=9617
ports:
- 9617:9617
restart: always