Grafana container using a folder on my local filesystem

Hello,

I’m trying to run a grafana instance, I started with this project that i’ve modified to my needs.

Everything runs fine when I run it using the same settings but when i want to change the docker volume that’s used to a folder on my local filesystem grafana runs but does no longer retrieve any metrics from prometheus.

I’ve looked around and found this but the thread mentions that the solution didn’t work and no one seems to have found a way to make it work. Can someone help me please?

I use grafana/grafana:6.5.2

Thanks for your time,

Nevermind I got it solved. The solution was to add access: proxy in the provisioned datasource.yml. Thanks for those who tried to solve