Should I use setfacl to give plex access to media/content or change the linux user that plex runs as

Have you considered ----

  1. In the VM, you set perms “755” (which mask to 644 for files)
    -and/or-
  2. On the native host, you set setgid inheritance (‘g+s’) and set it the first time
    – From that point forward. anything written will receive permissions of the parent (which you’ve set)

FWIW: I hate docker. I do use LXC. The power of a full host without the overhead of a VM :slight_smile: