fix: rename application
This commit is contained in:
parent
5aee3ba3e7
commit
c7b68277d5
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,4 +5,4 @@ vendor/
|
||||
build/
|
||||
dist/
|
||||
|
||||
fail2ban_exporter
|
||||
prometheus-fail2ban-exporter
|
||||
|
@ -8,7 +8,7 @@ RUN apt update --yes && \
|
||||
make install \
|
||||
PREFIX=/usr \
|
||||
DESTDIR=/app \
|
||||
EXECUTABLE=fail2ban_exporter
|
||||
EXECUTABLE=prometheus-fail2ban-exporter
|
||||
|
||||
FROM docker.io/library/debian:10-slim
|
||||
|
||||
@ -16,4 +16,4 @@ COPY --from=build /app /
|
||||
|
||||
EXPOSE 9191
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/fail2ban_exporter" ]
|
||||
ENTRYPOINT [ "/usr/bin/prometheus-fail2ban-exporter" ]
|
||||
|
Loading…
Reference in New Issue
Block a user