Skip to content

Commit

Permalink
Clarify apps and custom_apps
Browse files Browse the repository at this point in the history
Co-authored-by: Josh <[email protected]>
Signed-off-by: Kaloyan Nikolov <[email protected]>
  • Loading branch information
tzerber and joshtrichards authored Oct 21, 2024
1 parent 53c3162 commit 0ee77f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0ee77f1

Please sign in to comment.