Closed travisboss closed 3 years ago
I had to add user: "$UID:$GID" to the grafana instance to match my current user to allow writes to this folder, depending on your version you may need to remove the " around.
user: "$UID:$GID"
"
This is going to depend on the version of the grafana image you use. I ran into this with a recent upgrade to 7.x
I had to add
user: "$UID:$GID"
to the grafana instance to match my current user to allow writes to this folder, depending on your version you may need to remove the"
around.