mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment/docker: update Prometheus version from v2.12.0 to v2.14.0
This commit is contained in:
parent
3f1637fae8
commit
c050abbbad
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.14.0
|
||||
depends_on:
|
||||
- "victoriametrics"
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue