Use latest Grafana Container Images (#1227)
additionally allow oeverride grafana version in .env file The default docker-compose file should not use a grafan version several months old. This uses the same logic as the development docker-compose file. ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
This commit is contained in:
parent
0fc43c5e26
commit
98c2b64b50
2 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ services:
|
|||
- with_grafana
|
||||
|
||||
grafana:
|
||||
image: "grafana/grafana:9.0.0-beta3"
|
||||
image: "grafana/grafana:${GRAFANA_VERSION:-latest}"
|
||||
restart: always
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ services:
|
|||
retries: 10
|
||||
|
||||
grafana:
|
||||
image: "grafana/grafana:9.0.0-beta3"
|
||||
image: "grafana/grafana:${GRAFANA_VERSION:-latest}"
|
||||
restart: always
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue