Nextcloud Docker Tutorial
hunterpix.sophiaaddison.co › nextcloud-docker-tutorialDec 22, 2021 · My starting situation is two existing, running Docker containers, one for Nextcloud (nextcloud:19) and one for a MySQL server (mysql:5.7), which I also use for other applications as well. We split this tutorial into two sections, the Quick Docker Instructions and Detailed Docker Instructions for running nextcloud in docker.
Nextcloud - Official Image | Docker Hub
https://hub.docker.com/_/nextcloudThe Nextcloud installation and all data beyond what lives in the database (file uploads, etc.) are stored in the unnamed docker volume volume /var/www/html. The docker daemon will store that data within the docker directory /var/lib/docker/volumes/.... That means your data is saved even if the container crashes, is stopped or deleted.