From f6ee0165c6312506861cb6104f6292dc7c76553b Mon Sep 17 00:00:00 2001 From: phoenixanand Date: Fri, 1 May 2026 09:03:35 +0530 Subject: [PATCH] correct Grafana UID --- crates/quake/templates/local/compose-monitoring.yaml.hbs | 2 +- deployments/monitoring.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/quake/templates/local/compose-monitoring.yaml.hbs b/crates/quake/templates/local/compose-monitoring.yaml.hbs index f97ed79..27d86ef 100644 --- a/crates/quake/templates/local/compose-monitoring.yaml.hbs +++ b/crates/quake/templates/local/compose-monitoring.yaml.hbs @@ -20,7 +20,7 @@ services: image: grafana/grafana-oss # if you are running as root then set it to 0 # else find the right id with the id -u command - user: '501' + user: '472' container_name: grafana ports: - {{default monitoring_bind_host "127.0.0.1"}}:3000:3000 diff --git a/deployments/monitoring.yaml b/deployments/monitoring.yaml index 126604e..532c24c 100644 --- a/deployments/monitoring.yaml +++ b/deployments/monitoring.yaml @@ -23,7 +23,7 @@ services: image: grafana/grafana-oss # if you are running as root then set it to 0 # else find the right id with the id -u command - user: '501' + user: '472' ports: - 127.0.0.1:3000:3000 volumes: