Haxxnet / Compose-Examples

Various Docker Compose examples of selfhosted FOSS and proprietary projects.

Home Page:https://haxxnet.github.io/Compose-Examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about Grafana Monitoring set up

ralexrdz opened this issue · comments

I've clone this fodler: /examples/grafana-monitoring

Including volume-data directory

When running docker-compose up -d I get this error on the grafana container

GF_PATHS_DATA='/var/lib/grafana' is not writable.

I've tried adding the folder before docker compose up and also not creating it. Both, same mistake

Thanks in advance

setting all permissions to folder from host worked: chmod 777 volume-data/grafana