Skip to content

Commit 0ee77f1

Browse files
Clarify apps and custom_apps
Co-authored-by: Josh <josh.t.richards@gmail.com> Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
1 parent 53c3162 commit 0ee77f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ $ docker run -d \
115115
--mount type=bind,source=$(pwd)/theme,target=/var/www/html/themes/<YOUR_CUSTOM_THEME> \
116116
nextcloud
117117
```
118-
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.
118+
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.
119+
120+
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.
119121

120122
### Custom volumes
121123

0 commit comments

Comments
 (0)