@@ -105,7 +105,7 @@ docker run -d --net=host --rm \
105
105
-v $(pwd)/prometheus0_eu1_data:/prometheus \
106
106
-u root \
107
107
--name prometheus-0-eu1 \
108
- quay.io/prometheus/prometheus: v2 .38.0 \
108
+ quay.io/prometheus/prometheus: v2 .49.1 \
109
109
--config.file=/etc/prometheus/prometheus.yml \
110
110
--storage.tsdb.path=/prometheus \
111
111
--web.listen-address=:9090 \
@@ -124,7 +124,7 @@ docker run -d --net=host --rm \
124
124
-v $(pwd)/prometheus0_us1_data:/prometheus \
125
125
-u root \
126
126
--name prometheus-0-us1 \
127
- quay.io/prometheus/prometheus: v2 .38.0 \
127
+ quay.io/prometheus/prometheus: v2 .49.1 \
128
128
--config.file=/etc/prometheus/prometheus.yml \
129
129
--storage.tsdb.path=/prometheus \
130
130
--web.listen-address=:9091 \
@@ -141,7 +141,7 @@ docker run -d --net=host --rm \
141
141
-v $(pwd)/prometheus1_us1_data:/prometheus \
142
142
-u root \
143
143
--name prometheus-1-us1 \
144
- quay.io/prometheus/prometheus: v2 .38.0 \
144
+ quay.io/prometheus/prometheus: v2 .49.1 \
145
145
--config.file=/etc/prometheus/prometheus.yml \
146
146
--storage.tsdb.path=/prometheus \
147
147
--web.listen-address=:9092 \
0 commit comments