Merge pull request #254 from nextcloud/enh/76/allow-to-define-a-nextcloud-mountpoint

allow nextcloud to access outside directories
This commit is contained in:
Simon L
2022-02-23 18:11:35 +01:00
committed by GitHub
4 changed files with 55 additions and 0 deletions

View File

@@ -98,6 +98,11 @@
"name": "nextcloud_aio_nextcloud_data",
"location": "/mnt/ncdata",
"writeable": true
},
{
"name": "%NEXTCLOUD_MOUNT%",
"location": "%NEXTCLOUD_MOUNT%",
"writeable": true
}
],
"environmentVariables": [