File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ volumes:
1111
1212services :
1313 prometheus-1 :
14- image : prom/prometheus:v2.53 .1
14+ image : prom/prometheus:v3.7 .1
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.7 .1
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.7 .1
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.7 .1
8181 volumes :
8282 - ./prometheus/:/etc/prometheus/
8383 - prometheus4_data:/prometheus
You can’t perform that action at this time.
0 commit comments