hooram / ownphotos

Self hosted alternative to Google Photos
MIT License
2.77k stars 233 forks source link

ownphotos-backend is unavailable during `docker-compose up` #47

Closed danielhoherd closed 5 years ago

danielhoherd commented 5 years ago

Symptom

Unable to complete docker-compose up:

Pulling backend (ownphotos-backend:)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y
Pulling backend (ownphotos-backend:)...
ERROR: pull access denied for ownphotos-backend, repository does not exist or may require 'docker login'

Steps to reproduce:

git clone git@github.com:hooram/ownphotos.git
cd ownphotos
docker-compose up

More info

guysoft commented 5 years ago

Ok two things

  1. You didnt log in to docker hub, you need to run docker login
  2. Its recommended, once you logged in, to use this instruction, it will use images built already and you will not to build them yourself: https://github.com/hooram/ownphotos-frontend/issues/8#issuecomment-447003146
guysoft commented 5 years ago

Closing if no reply.

danielhoherd commented 5 years ago

I think that 5b5e8790094a722126e81ff0cba02946616b1303 addresses this report so I'm closing it. Thanks for the quick reply!