livegrep/livegrep.com

docker compose not working

Closed this issue · 2 comments

After a git clone and changing to the /livegrep.com/compose directory to do a docker-compose...

$ docker-compose up -d
Creating network "compose_default" with the default driver
Creating volume "compose_livegrep-data" with default driver
Creating volume "compose_caddy" with default driver
Pulling livegrep-backend-linux (docker.io/livegrep/base:75b59048df-0)...
Trying to pull repository docker.io/livegrep/base ... 
ERROR: received unexpected HTTP status: 503 Service Unavailable

Is the syntax OK? Or is the image missing or unavailable?

Thanks!

That looks like a server error from docker hub. It just worked for me in my testing, can you still reproduce this failure?

Closing out, feel free to reopen if you're still seeing this.