1
0
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:
sgolovanov 2022-04-27 18:44:26 +06:00 committed by GitHub
parent 8c95ea1fdf
commit d55c994bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ]