We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193ade6 commit 8a80b2cCopy full SHA for 8a80b2c
1 file changed
prometheus/Dockerfile
@@ -5,4 +5,4 @@ COPY prometheus.yml /etc/prometheus/prometheus.yml
5
EXPOSE 9090
6
7
HEALTHCHECK --interval=15s --timeout=3s --start-period=10s --retries=3 \
8
- CMD ["curl", "-f", "http://localhost:9090/-/healthy"]
+ CMD ["wget", "--quiet", "--output-document=-", "http://localhost:9090/-/healthy"]
0 commit comments