docker compose not working
Closed this issue · 2 comments
retpoline commented
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!
nelhage commented
That looks like a server error from docker hub. It just worked for me in my testing, can you still reproduce this failure?
nelhage commented
Closing out, feel free to reopen if you're still seeing this.