mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
deployment/docker/docker-compose.yml: update Grafana from v7.5.2 to v8.0.0
See https://github.com/grafana/grafana/releases/tag/v8.0.0
This commit is contained in:
parent
2f8baf2aa7
commit
8890dadd73
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ services:
|
|||
|
||||
grafana:
|
||||
container_name: grafana
|
||||
image: grafana/grafana:7.5.2
|
||||
image: grafana/grafana:8.0.0
|
||||
depends_on:
|
||||
- "vmselect"
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue