10 lines
215 B
YAML
10 lines
215 B
YAML
---
|
|
services:
|
|
exporter:
|
|
image: registry.gitlab.com/hctrdev/fail2ban-prometheus-exporter:latest
|
|
volumes:
|
|
- /var/run/fail2ban/:/var/run/fail2ban:ro
|
|
ports:
|
|
- "9191:9191"
|
|
restart: 'always'
|