In my Ubuntu machine, I run the image using the suggested docker-compose file in Docker (under Usage)
This machine is given IP 192.168.0.200. The machine name is “xibalba”. In my laptop, I access 192.168.0.200:32400 and I get access to the web UI.
The first time I set it up, it was working just fine. After a few hours, I was unable to load the content, and I created a new user purely for testing, and I realized this new user was able to see the content.
Today, it happened again. This second user stopped being able to load the content, so I created a new user, and things are working again. Obviously, I don’t want to have to create a new user every day, so I was wondering what’s the reason for this behaviour, and if there is something I can do to have the content available for all users.
Please provide your compose and full container logs which begin with our ascii logo. Also share the plex app version. we will likely request more info once we have this.
the highest plex server version is 1.32.7 which was pulled because it was a bad release
I think the most likely issue you have is you’ve put ./config:/config so the config path is in /root which uid 1000 would not have access to. Use a full path, if we pretend UID 1000 is named docker you would use - /home/docker/plex:/config or something similar to this.
My bad, I looked at the Version of the Plex Web app in the browser. If I’m not mistaken, my Docker inspect is telling me that the version is 1.32.5.7349-8f4248874-ls179
if nothing else, try using a full path to the location you expect config files to be. It’s never a good idea to use relative paths in docker
That all said, if my thought is not the issue and since your logs show nothing wrong, i would say this is a plex issue rather than a container issue and you’d need to seek help from them if the full path doesnt work.
I tried using /home/long/plex/config, I tried not mapping the volume at all, but same problem. Now I have 3 users that can’t access the content, but as soon as I create new ones, I can use the app without trouble
Thanks for the help, I will try to find the Plex support forum and I will ask them