0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-01-27 16:08:25 +01:00

Update README.md

This commit is contained in:
Josh 2024-07-29 00:32:54 -04:00 committed by GitHub
parent 02e9854e43
commit 04944f9b73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/...`).