Added folders as well...

This commit is contained in:
2024-07-04 13:15:34 +02:00
commit f72d79958d
62 changed files with 3248 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
version: "2"
services:
fail2ban_exporter:
image: registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:latest
container_name: fail2ban_exporter
network_mode: bridge
volumes:
- /var/run/fail2ban/:/var/run/fail2ban:ro
ports: ["9191:9191"]
restart: unless-stopped