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
commit af93aeebd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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": [