We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af7a1b commit ea1f39bCopy full SHA for ea1f39b
2 files changed
otlp/docker/docker-compose.yaml
@@ -36,7 +36,7 @@ services:
36
37
prometheus:
38
container_name: prometheus
39
- image: prom/prometheus:v3.9.0@sha256:3ea2ed3b8cdfe3ff78aa05473a7ad36b916bdf2464c83b06bcd37c1a67620233
+ image: prom/prometheus:v3.9.1@sha256:1f0f50f06acaceb0f5670d2c8a658a599affe7b0d8e78b898c1035653849a702
40
volumes:
41
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
42
ports:
prometheus/docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
5
- '19090:19090'
6
7
- image: prom/prometheus@sha256:3ea2ed3b8cdfe3ff78aa05473a7ad36b916bdf2464c83b06bcd37c1a67620233
+ image: prom/prometheus@sha256:1f0f50f06acaceb0f5670d2c8a658a599affe7b0d8e78b898c1035653849a702
8
9
- ./prometheus.yml:/etc/prometheus/prometheus.yml
10
depends_on:
0 commit comments