We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf5f83 commit ec80da5Copy full SHA for ec80da5
Dockerfile
@@ -7,6 +7,6 @@ ARG ARCH="amd64"
7
ARG OS="linux"
8
COPY .build/${OS}-${ARCH}/elasticsearch_exporter /bin/elasticsearch_exporter
9
10
-EXPOSE 7979
+EXPOSE 9114
11
USER nobody
12
ENTRYPOINT [ "/bin/elasticsearch_exporter" ]
0 commit comments