mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-04 06:15:45 +01:00
Clarify apps and custom_apps
Co-authored-by: Josh <josh.t.richards@gmail.com> Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
53c3162c83
commit
0ee77f1a92
1 changed files with 3 additions and 1 deletions
|
@ -115,7 +115,9 @@ $ docker run -d \
|
|||
--mount type=bind,source=$(pwd)/theme,target=/var/www/html/themes/<YOUR_CUSTOM_THEME> \
|
||||
nextcloud
|
||||
```
|
||||
The examples above use the current directory for bind mounts. If this isn't suitable, you can modify the paths by using either a relative or absolute path. Additionally, do not mix the `apps` and `custom_apps` folders. These folders contain different sets of apps, and mixing them will result in a broken installation. While upgrades\recovery may sometimes still be possible, this configuration is likely to cause issues.
|
||||
The examples above use the current directory for bind mounts. If this isn't suitable, you can modify the paths by using either a relative or absolute path.
|
||||
|
||||
NOTE: Do not confuse the `apps` and `custom_apps` folders. These folders contain different sets of apps, and mixing them will result in a broken installation. The former contains "shipped" apps, which come with Nextcloud Server. The latter contains apps you install from the App Store.
|
||||
|
||||
### Custom volumes
|
||||
|
||||
|
|
Loading…
Reference in a new issue