From 04944f9b73e5a583724d98dd63ba52334dfbf67c Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 29 Jul 2024 00:32:54 -0400 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3084dba..34f34ff8 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ By default, this container uses SQLite for data storage but the Nextcloud setup # Adding persistent storage -The active Nextcloud installation and all data (beyond what lives in the database), are by default stored in an [unnamed Docker volume](https://docs.docker.com/engine/tutorials/dockervolumes/#adding-a-data-volume) containing `/var/www/html`. This volume contains the active Nextcloud installation, your configuration files, all created/uploaded files, and any application data stored in the filesystem (i.e. groupfolders). +The active Nextcloud installation and all data (beyond what lives in the database), are by default stored in an [unnamed Docker volume](https://docs.docker.com/engine/tutorials/dockervolumes/#adding-a-data-volume) containing `/var/www/html`. This volume contains the active Nextcloud installation (needed for now we handle upgrades currently), your configuration files, all created/uploaded files, locally installed apps, and any application data stored in the filesystem (i.e. groupfolders). Docker will manage and store this unnamed volume within the Docker controlled directory (i.e. `/var/lib/docker/volumes/...`). -- cgit v1.2.3