Skip to content

Commit 0de49ad

Browse files
committed
📌 Use Prometheus V3.4.2
1 parent 5f5b567 commit 0de49ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prometheus/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM prom/prometheus:latest
1+
FROM prom/prometheus:v3.4.2
22

33
COPY prometheus.yml /etc/prometheus/prometheus.yml
44

55
EXPOSE 9090
66

77
HEALTHCHECK --interval=15s --timeout=3s --start-period=10s --retries=3 \
8-
CMD ["wget", "--quiet", "--output-document=-", "http://localhost:9090/-/healthy"]
8+
CMD ["wget", "--quiet", "--spider", "http://localhost:9090/-/healthy"]

0 commit comments

Comments
 (0)