mirror of
https://github.com/prometheus-community/bind_exporter.git
synced 2025-04-18 13:04:01 +03:00
Update Dockerfile (#126)
Change exposed port to 9119 Signed-off-by: Sergei Golovanov <golovanovsa@gmail.com>
This commit is contained in:
parent
8c95ea1fdf
commit
d55c994bf6
@ -7,6 +7,6 @@ ARG ARCH="amd64"
|
||||
ARG OS="linux"
|
||||
COPY .build/${OS}-${ARCH}/bind_exporter /bin/bind_exporter
|
||||
|
||||
EXPOSE 9100
|
||||
EXPOSE 9119
|
||||
USER nobody
|
||||
ENTRYPOINT [ "/bin/bind_exporter" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user