corrected volume path

This commit is contained in:
Gyorgy Berenyi
2024-08-28 14:54:48 +00:00
parent 15b6b71f02
commit d02f3f6e94

View File

@@ -12,8 +12,8 @@
"MEMORY": "64M",
"VOLUMES": [
{
"SOURCE": "/etc/user/data/nextcloud",
"DEST": "/etc/user/data/nextcloud",
"SOURCE": "/etc/user/data",
"DEST": "/etc/user/data",
"TYPE": "rw"
}
],