Update Grafana Install (#387)

This commit is contained in:
DrMxrcy 2023-04-24 11:27:25 -04:00 committed by GitHub
parent 9a73d01634
commit ba0fad10de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "grafana", "id": "grafana",
"tipi_version": 2, "tipi_version": 3,
"version": "9.4.7", "version": "9.4.7",
"categories": [ "categories": [
"data" "data"

View File

@ -6,6 +6,7 @@ services:
image: grafana/grafana-oss:9.4.7 image: grafana/grafana-oss:9.4.7
ports: ports:
- ${APP_PORT}:3000 - ${APP_PORT}:3000
user: "1000"
volumes: volumes:
- ${APP_DATA_DIR}/data/grafana:/var/lib/grafana - ${APP_DATA_DIR}/data/grafana:/var/lib/grafana
networks: networks: