nextcloud / docker

⛴ Docker image of Nextcloud
https://hub.docker.com/_/nextcloud/
GNU Affero General Public License v3.0
5.8k stars 1.8k forks source link

question: why server itself have to be installed after start container (aka. why server itself have to be persistenced) #2241

Closed bonjour-py closed 2 weeks ago

bonjour-py commented 2 weeks ago

i have a s3fs mountpoint to persistence data for my server , it makes the nextcloud server runs pretty slowly because lots of IO reads.

if i just mount /var/www/html/data , it can not be reused after rebuild container

so i have this question writen in title

and is there any possible to just mount /var/www/html/data

joshtrichards commented 2 weeks ago

Duplicate of #2044