Same, I don’t let Docker manage volumes for anything. If I need it to be persistent I bind mount it to a subdirectory of the container itself. It makes backups so much easier as well since you can just stop all containers, backup everything in ~/docker or wherever you put all of your compose files and volumes, and then restart them all.
Dave@lemmy.nz 1 week ago
Yes that’s what I do too!
Overnight cron to stop containers, run borgmatic, then start the containers again.