mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +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:
|
||||
prometheus:
|
||||
container_name: prometheus
|
||||
image: prom/prometheus:v2.3.2
|
||||
image: prom/prometheus:v2.12.0
|
||||
depends_on:
|
||||
- "vminsert"
|
||||
- "vmselect"
|
||||
|
|
Loading…
Reference in a new issue