Docker plex image doesn't come through

So I need to update my Plex server because the mobile app got updated and it’s no longer compatible with my server version. Anyways I’ve never done this before but apparently, watchtower should have done this for me. I’ve tried troubleshooting on a different forum where I go through the yaml file and force a docker compose pull command but nothing worked.

The suspicion arose if the plex image on linuxserver is actually updated. Does anyone have an idea what’s going wrong here or where to look?

Yep put Plex image is updated usually within 2 hours of a new release.

No idea what yams actually is but once you’ve pulled a new version of the container, you should be rebuilding the container with the latest image.

If I sound like a newbie, it’s probably because I am. How would you do that? What I’ve done so far seems to indicate that it pulled the most recent container but the reality is different

After you’ve pulled the container with the command you got given at the other forum, it would be docker compose up -d but as you’re using their solution, I would highly recommend seeking support from them.

Here is where you can see how often the image is updated.