Initial commit - added all docker compose immediately reachable
This commit is contained in:
8
f2b-prom-exporter/docker-compose.yml
Normal file
8
f2b-prom-exporter/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
exporter:
|
||||
image: registry.gitlab.com/hctrdev/fail2ban-prometheus-exporter:latest
|
||||
volumes:
|
||||
- /var/run/fail2ban/:/var/run/fail2ban:ro
|
||||
ports:
|
||||
- "10.0.0.1:9991:9191"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user