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: