Files
docker-compose/fail2ban-exporter/docker-compose.yml
T
2025-06-17 08:23:42 -04:00

8 lines
197 B
YAML

---
services:
exporter:
image: registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:latest
volumes:
- /var/run/fail2ban/:/var/run/fail2ban:ro
ports:
- "9191:9191"