Skip to content

Commit ec80da5

Browse files
committed
fix:(#531): align the docker expose port with the default port 9114
1 parent fcf5f83 commit ec80da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ ARG ARCH="amd64"
77
ARG OS="linux"
88
COPY .build/${OS}-${ARCH}/elasticsearch_exporter /bin/elasticsearch_exporter
99

10-
EXPOSE 7979
10+
EXPOSE 9114
1111
USER nobody
1212
ENTRYPOINT [ "/bin/elasticsearch_exporter" ]

0 commit comments

Comments
 (0)