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:
parent
98d376ac60
commit
822804ede0
@ -1,7 +1,7 @@
|
|||||||
#/bin/sh
|
#/bin/sh
|
||||||
|
|
||||||
# Print version to logs for debugging purposes
|
# Print version to logs for debugging purposes
|
||||||
/app/fail2ban-prometheus-exporter -version
|
/app/fail2ban-prometheus-exporter --version
|
||||||
|
|
||||||
socket_path=/var/run/fail2ban/fail2ban.sock
|
socket_path=/var/run/fail2ban/fail2ban.sock
|
||||||
textfile_dir=/app/textfile/
|
textfile_dir=/app/textfile/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user