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
@qclaogui
it would be very helpful for docker-compose to set up persistent volumes for minio S3 and Grafana.
The path of the volumes could be published in .env.
It is important to know, that by default the Grafana container will run with uid/gid 472, so you can chown -R 472:472 /your/grafana/dir on the host, then the container will be able to write to it.
The text was updated successfully, but these errors were encountered:
@qclaogui
it would be very helpful for docker-compose to set up
persistent volumes
forminio S3 and Grafana
.The path of the volumes could be published in .env.
It is important to know, that by default the Grafana container will run with
uid/gid 472
, so you canchown -R 472:472
/your/grafana/dir on the host, then the container will be able to write to it.The text was updated successfully, but these errors were encountered: