Hi Everyone,
I’m very new to this world, so I apologize, for any stupid or noob question I may ask.
I have TrueNAS with a Jail running with Docker installed.
in the docker jail I have mounted the following directories:
–bind=‘/mnt/apps_storage/nextcloud:/mnt/nextcloud’
–bind=‘/mnt/apps_storage/nextcloud/config:/mnt/docker-aio-config’
in the jail I have nextcould running using “nextcloud/data” as data location.
so If I shell into the jail, and check what is in nextlcoud/data, I get the following:
"root@docker:~# ls /mnt/nextcloud/data/
admin appdata_oc6o6l1f71dv audit.log index.html nextcloud.log
if I exit the jail and check what is in truenas:
admin@truenas[~]$ ls /mnt/apps_storage/nextcloud/data
is empty
Where is the data? only exists inside Jail?
Thanks in advance for your time in trying to understand what is going on here
Ricky