-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grafana fails on start due to file system perms #5
Comments
I added user: "0" as a workaround which got the container up and running, so the grafana part looks like this:
|
I have this problem after adding user to grafana. |
Looks to be associated with directory perms, try running on the docker host: |
Is there a permanent fix rather than having to chown the local grafana directory every-time I create a new deployment on a machine? |
grafana | GF_PATHS_DATA='/var/lib/grafana' is not writable.
grafana | You may have issues with file permissions, more information here: http://docs.grafana.org/installation/docker/#migration-from-a-previous-version-of-the-docker-container-to-5-1-or-later
grafana | mkdir: cannot create directory '/var/lib/grafana/plugins': Permission denied
grafana exited with code 1
The text was updated successfully, but these errors were encountered: