Use a docker volume for the data directory:data:/var/www/html/data This means the container’s/var/www/html/datadirectory is mounted from the host’s/var/lib/docker/volumes/nextcloud_data/_data/. Mount my storage into the volume location on the host: # rclone mount my-remote: /var/lib...