You've already forked prometheus-fail2ban-exporter
fix: use correct flag in dockerfile
Update the Dockerfile entrypoint script to use the correct version flag syntax. The flag now requires two dashes instead of one.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#/bin/sh
|
||||
|
||||
# Print version to logs for debugging purposes
|
||||
/app/fail2ban-prometheus-exporter -version
|
||||
/app/fail2ban-prometheus-exporter --version
|
||||
|
||||
socket_path=/var/run/fail2ban/fail2ban.sock
|
||||
textfile_dir=/app/textfile/
|
||||
|
Reference in New Issue
Block a user