mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
deployment/docker/docker-compose.yml: update Prometheus from v2.12.0 to v2.13.0
This commit is contained in:
parent
e0109fc316
commit
7d7d7a7d4e
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.12.0
|
||||
image: prom/prometheus:v2.13.0
|
||||
depends_on:
|
||||
- "vminsert"
|
||||
- "vmselect"
|
||||
|
|
Loading…
Reference in a new issue