Switch DB and qr-storage from named volumes to bind mounts
docker compose down -v silently deletes named volumes with no confirmation - not acceptable now that this holds real user/customer data. Bind mounts under ./data/ are never touched by down -v, and give a fixed host path that's simple to include in a backup routine later.
This commit is contained in:
+2
-1
@@ -2,4 +2,5 @@
|
||||
.project
|
||||
.idea
|
||||
.DS_Store
|
||||
.env
|
||||
.env
|
||||
/data/
|
||||
Reference in New Issue
Block a user