Plex docker image should not change permissions on mounted volumes if PID and GID is defined

This solved the problem for me.

I updated my docker compose file to replace PUID → PLEX_UID and GUID→PLEX_GID and then chown’d my config directory back to match the user and group (with 755 permissions). Now I’m back up and running on the latest docker version (1.42.1.10060).

Thanks again for the help!

1 Like