mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #5344 from nextcloud/enh/5332/add-nc-mount-to-m-cc
memories: add NEXTCLOUD_MOUNT to CC
This commit is contained in:
commit
94b01818c3
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@
|
||||||
"source": "%NEXTCLOUD_DATADIR%",
|
"source": "%NEXTCLOUD_DATADIR%",
|
||||||
"destination": "/mnt/ncdata",
|
"destination": "/mnt/ncdata",
|
||||||
"writeable": false
|
"writeable": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "%NEXTCLOUD_MOUNT%",
|
||||||
|
"destination": "%NEXTCLOUD_MOUNT%",
|
||||||
|
"writeable": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"devices": [
|
"devices": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue