Skip to content

Commit

Permalink
fix:(#531): align the docker expose port with the default port 9114
Browse files Browse the repository at this point in the history
  • Loading branch information
DiniFarb committed Jan 9, 2024
1 parent fcf5f83 commit ec80da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ARG ARCH="amd64"
ARG OS="linux"
COPY .build/${OS}-${ARCH}/elasticsearch_exporter /bin/elasticsearch_exporter

EXPOSE 7979
EXPOSE 9114
USER nobody
ENTRYPOINT [ "/bin/elasticsearch_exporter" ]

0 comments on commit ec80da5

Please sign in to comment.