mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
deployment/docker/docker-compose.yml: update Prometheus from v2.3.2 to v2.12.0
This commit is contained in:
parent
db71c940ea
commit
e041a196a7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3.5'
|
||||||
services:
|
services:
|
||||||
prometheus:
|
prometheus:
|
||||||
container_name: prometheus
|
container_name: prometheus
|
||||||
image: prom/prometheus:v2.3.2
|
image: prom/prometheus:v2.12.0
|
||||||
depends_on:
|
depends_on:
|
||||||
- "vminsert"
|
- "vminsert"
|
||||||
- "vmselect"
|
- "vmselect"
|
||||||
|
|
Loading…
Reference in a new issue