Update volume destination paths in service configuration files for immich, nextcloud, and vaultwarden

This commit is contained in:
gyurix
2026-03-22 23:13:38 +01:00
parent b564422754
commit a2aaec06c4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
"VOLUMES": [
{
"SOURCE": "/etc/user/data/nextcloud/db",
"DEST": "/var/lib/postgres",
"DEST": "/var/lib/postgresql/data",
"TYPE": "rw"
}
],