chore(deps): update grafana/grafana-oss docker tag to v9.5.5 (#733)
This commit is contained in:
parent
f585f40791
commit
b102259301
|
@ -5,9 +5,11 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "grafana",
|
"id": "grafana",
|
||||||
"tipi_version": 7,
|
"tipi_version": 8,
|
||||||
"version": "9.5.3",
|
"version": "9.5.5",
|
||||||
"categories": ["data"],
|
"categories": [
|
||||||
|
"data"
|
||||||
|
],
|
||||||
"description": "The open and composable observability and data visualization platform",
|
"description": "The open and composable observability and data visualization platform",
|
||||||
"short_desc": "The open and composable observability and data visualization platform",
|
"short_desc": "The open and composable observability and data visualization platform",
|
||||||
"author": "Grafana Labs",
|
"author": "Grafana Labs",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
grafana:
|
grafana:
|
||||||
container_name: grafana
|
container_name: grafana
|
||||||
image: grafana/grafana-oss:9.5.3
|
image: grafana/grafana-oss:9.5.5
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:3000
|
- ${APP_PORT}:3000
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user