summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh <josh.t.richards@gmail.com>2024-01-12 15:12:03 -0500
committerGitHub <noreply@github.com>2024-01-12 15:12:03 -0500
commitaccf5bf119b39b1a38d073e9e13e83b119c06e81 (patch)
tree9e4f0cdc3f5e95cd9f5de556eb2ecbc6dc134e30
parentfd6f811978c597d8fc0eb1925fc1d296641ad28e (diff)
Update README.md
Co-authored-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: Josh <josh.t.richards@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a85604c..2bb6de38 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ If mounting additional volumes under `/var/www/html`, you should consider:
- Mounting storage volumes to locations outside of `/var/www/html`.
> [!WARNING]
-> You should note that data inside the main folder (`/var/www/html`) will be removed during installation and upgrades, unless listed in [upgrade.exclude](https://github.com/nextcloud/docker/blob/master/upgrade.exclude). The additional volumes officially supported are already in that list, but custom volumes will need to be added by you. We suggest mounting custom storage volumes outside of `/var/www/html` so that making this adjustment is unnecessary. If you must do so, however, you may build a custom image with a modified `/upgrade.exclude` file that incorporates your custom volume(s).
+> You should note that data inside the main folder (`/var/www/html`) will be overridden/removed during installation and upgrades, unless listed in [upgrade.exclude](https://github.com/nextcloud/docker/blob/master/upgrade.exclude). The additional volumes officially supported are already in that list, but custom volumes will need to be added by you. We suggest mounting custom storage volumes outside of `/var/www/html` and if possible read-only so that making this adjustment is unnecessary. If you must do so, however, you may build a custom image with a modified `/upgrade.exclude` file that incorporates your custom volume(s).
## Using the Nextcloud command-line interface