680fedaae0
Updated some NFS data
15 lines
278 B
YAML
15 lines
278 B
YAML
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
|