save (#4817)afix "grafana user format" #4817

This commit is contained in:
Alex Sharov 2022-07-25 11:26:42 +07:00 committed by GitHub
parent a372746397
commit 7826a33b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ services:
grafana:
image: grafana/grafana:9.0.3
user: 472:0 # required for grafana version >= 7.3
user: "472:0" # required for grafana version >= 7.3
ports: [ "3000:3000" ]
volumes:
- ${ERIGON_GRAFANA_CONFIG:-./cmd/prometheus/grafana.ini}:/etc/grafana/grafana.ini