Shares setup perfectly as 0755 and group users.
Running bash inside the container as root, I can see files just fine. However the plex user in the Docker container isn’t gaining access somehow. Why is the plex user inside the container not inheriting the same perms as the container itself on the host filesystem? And how to fix?
Thanks
Figured this out - for those in the same situation, the mounts for your content must go as subfolders under /data. If you mount say your TV folder as /tv instead of /data/tv, the default permissions is 600 so nothing will be able to access it non-root.
Sorry but this is not correct. There is nothing special at all about /data and the container does nothing to treat it specially. I don’t have a single mount under /data in my containers.