#Damn! I broke my install and am totally clueless how to fix it.

1 messages · Page 1 of 1 (latest)

feral glade
#

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!

feral glade
#

I ended up figuring this out. For the last command, I used this:

#

run -d \ --name overseerr \ -e LOG_LEVEL=debug \ -e TZ=America/Los_Angeles \ -p 5055:5055 \ -v /var/lib/docker:/app/config \ --restart unless-stopped \ sctx/overseerr