Nextcloud AIO v7.2.1
Hi All,
I upload files to nextcloud AIO file storage, where will they be located locally on the host machine?
By default it’s a Docker manged volume called nextcloud_aio_nextcloud_data
. So it’ll usually end up somewhere under /var/lib/docker/volumes
but be managed by Docker internally.
You can also change it to use a bind mount on the host[1].
1 Like