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