Skip to content

Commit d953b91

Browse files
Update prom/prometheus Docker tag to v3
1 parent 0eb2596 commit d953b91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ volumes:
1111

1212
services:
1313
prometheus-1:
14-
image: prom/prometheus:v2.53.1
14+
image: prom/prometheus:v3.0.0
1515
volumes:
1616
- ./prometheus/:/etc/prometheus/
1717
- prometheus1_data:/prometheus
@@ -33,7 +33,7 @@ services:
3333
restart: always
3434

3535
prometheus-2:
36-
image: prom/prometheus:v2.53.1
36+
image: prom/prometheus:v3.0.0
3737
volumes:
3838
- ./prometheus/:/etc/prometheus/
3939
- prometheus2_data:/prometheus
@@ -55,7 +55,7 @@ services:
5555
restart: always
5656

5757
prometheus-3:
58-
image: prom/prometheus:v2.53.1
58+
image: prom/prometheus:v3.0.0
5959
volumes:
6060
- ./prometheus/:/etc/prometheus/
6161
- prometheus3_data:/prometheus
@@ -77,7 +77,7 @@ services:
7777
restart: always
7878

7979
prometheus-4:
80-
image: prom/prometheus:v2.53.1
80+
image: prom/prometheus:v3.0.0
8181
volumes:
8282
- ./prometheus/:/etc/prometheus/
8383
- prometheus4_data:/prometheus

0 commit comments

Comments
 (0)