For user-readable files or media I store them under ~/docker/data, and for everything else I store them under ~/docker/stacks/[service] where ~/docker/stacks is maintained by Dockge.
Is there a better way to do this?
You must log in or # to comment.
I have multiple compose stacks with one folder each, and they also contain all the bind volumes and any other extra files needed.
If you using bind mounts - you are using dockers in wrong way. Use named volumes.


