Skip to content

Commit

Permalink
Set default config in dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Sep 4, 2023
1 parent ce578c5 commit 26be51b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ RUN apk add --no-cache ca-certificates && \
USER connectbox-exporter
EXPOSE 9119

ENTRYPOINT ["/app/connectbox-exporter"]
ENTRYPOINT [
"/app/connectbox-exporter",
"-config",
"/etc/prometheus/connectbox-exporter.yaml"
]

0 comments on commit 26be51b

Please sign in to comment.