I have a question. I have grocy docker-compose running and working, but i want grocy save data (my products, reciples and so on) in another location.
Actually, i cant even find where it saved now. But i want it saved in my mounted disk in /home/user/disk/grocyDB
I use docker-compose from here https://hub.docker.com/r/linuxserver/grocy
I understand that i need to do something with "volumes: - /path/to/data:/config" but dont understand what.
Changing it to "volumes: - /path/to/data:/home/user/disk/GrocyDB" doesnt seems to do anything, folder remain empty