Hi, I will like to know how to set the permissions correctly for mergefs, Docker and SMB. This is because I have just reinstalled omv8 as a fresh install and set up the docker containers following instructions here https://wiki.omv-extras.org/do…e_tab_updates_and_backups
My data is in a mergefs pool to be shared over my network via SMB and the docker containers are also interacting with the data in that pool as well
I am just not sure how to ensure that the permissions will be correct as it seems to me that mergefs sets all of the data to be 2777, root:users while the docker containers are 2777, appuser:users; whenever the docker containers do something to the data, the perms get overwritten and I am not sure if this is intended
Thanks