In which physical folder are the Grafana panels saved?

Hi all!

I have Grafana running on docker and when creating several panels using the grafana interface, I would like to modify these manels, but manually by modifying the file containing the panel itself.
Where are these files located? I have browsed through different folders and I can’t find anything, even through the volumes I have assigned in docker-compose.

Best regards, and thanks!

Dashboards are not saved in files, but in database. Check your Grafana config and you will see which database is used. By default sqlite database is used.

if you want to use “physical folder” then you can use provisioning:

Okay, I had no idea, thank you very much.