Files
docker_scripts/compose/piholeexporter/docker-compose.yml
T
matthias a4d8548379 added SWAG proxy manager
Updated backup schedules
removed loki from grafana
2023-08-15 16:59:30 +00:00

18 lines
345 B
YAML

version: '3.3'
services:
pihole-exporter:
image: ekofr/pihole-exporter:latest
# image: remiflandrois/pihole-exporter:latest
container_name: pihole_exporter
ports:
- 9617:9617
environment:
PIHOLE_HOSTNAME: 192.168.1.8
PIHOLE_PORT: 80
PIHOLE_PASSWORD: 14Mai1984
INTERVAL: 5s
PORT: 9617