Run Grafana Docker image | Grafana Labs
grafana.com › docs › grafanaThere are two possible solutions to this problem. Either you start the new container as the root user and change ownership from 104 to 472, or you start the upgraded container as user 104. Run Docker as a different user docker run --user 104 --volume "<your volume mapping here>" grafana/grafana-enterprise:8.2.0 Specify a user in docker-compose.yml