Hi,
i was using
-e PUID=1000 \
-e PGID=1000 \
Hi,
i was using
-e PUID=1000 \
-e PGID=1000 \
That does not match documentation
PLEX_UID The user id of the plex user created inside the container.
PLEX_GID The group id of the plex group created inside the container
does this make it better or worse. Since that means that plex was managing the rights from the get go and still was running a chown after the update.
I am also using
PUID=1000
PGID=1000
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!
This was fixed 2 weeks ago but unsure when they will push a new docker build
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.