I'm running Overseerr in Docker (on a Mac, if that matters) and attempted to run the update steps here: https://docs.overseerr.dev/getting-started/installation
The first two steps worked, but the last step is reporting an error:
docker run -d ...
returns:
docker: invalid reference format
In Docker Desktop, I see two images, one from 2 years ago and one from 1 month ago. I tried running the newer one, but if I browse to localhost:5555 I get the message "You are offline".
I'm not too familiar with Docker, and really don't know where to start troubleshooting this.
Thanks for your help!