14 lines
318 B
YAML
Executable File
14 lines
318 B
YAML
Executable File
services:
|
|
pihole-exporter:
|
|
container_name: prometheus-pihole-exporter
|
|
environment:
|
|
- PIHOLE_HOSTNAME=192.168.178.183
|
|
- PIHOLE_PASSWORD=pi-hole
|
|
- PIHOLE_PORT=7080
|
|
- PORT=9617
|
|
ports:
|
|
- 9617:9617
|
|
image: ekofr/pihole-exporter:latest
|
|
restart: unless-stopped
|
|
networks: {}
|