Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/quake/templates/local/compose-monitoring.yaml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deployments/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down