Haxxnet/Compose-Examples

Question about Grafana Monitoring set up

ralexrdz opened this issue · 1 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