Skip to content

Commit

Permalink
[bitnami/jmx-exporter] fix docker entrypoint (#75698)
Browse files Browse the repository at this point in the history
Signed-off-by: Amirmohammad Sadat Shokouhi <sam.sadat.shokouhi@gmail.com>
  • Loading branch information
samssh authored Dec 12, 2024
1 parent 08df49b commit 1e66cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitnami/jmx-exporter/1/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ EXPOSE 5556

WORKDIR /opt/bitnami/jmx-exporter
USER 1001
ENTRYPOINT [ "java", "-jar", "jmx_prometheus_httpserver.jar" ]
ENTRYPOINT [ "java", "-jar", "jmx_prometheus_standalone.jar" ]
CMD [ "5556", "example_configs/httpserver_sample_config.yml" ]

0 comments on commit 1e66cd3

Please sign in to comment.