You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the grafana docker compose, grafana throws the following error:
```bash
mkdir: cannott create directory /var/lib/grafana/plugins: Permission denied
GF_PATHS_DATA=/var/lib/grafana is not writable.
```
This change persists the grafana directory in the repo and updates the permissions to allow docker container to write files to it.
0 commit comments