bludesign / FaxServer

Send and Receive Faxes Using The Twilio Programmable Fax API.
MIT License
108 stars 48 forks source link

docker-compose.yml - possible dependency issue? #1

Closed binsdavid closed 7 years ago

binsdavid commented 7 years ago

I appreciate what you've done with this project, it looks great. Found an issue while trying to spin up a docker image with your code. On Ubuntu 16.04 LTS x64, i'm getting:

root@fax:/FaxServer# docker-compose up
Creating network "faxserver_default" with the default driver
Pulling mongo (mongo:latest)...
latest: Pulling from library/mongo
d13d02fa248d: Pull complete
289396365571: Pull complete
fa261f04fa67: Pull complete
6a367a82d0b7: Pull complete
15aa953ba1a9: Pull complete
193466d9d728: Pull complete
f48c8684b7bf: Pull complete
d54068e03b88: Pull complete
aec9dbfbb1d2: Pull complete
95d92888087e: Pull complete
9f14bea2cd4e: Pull complete
Digest: sha256:cf67699d7cc91595f1ab44024297423271e54833be6553dd51cd269e48b0cd69
Status: Downloaded newer image for mongo:latest
Pulling vapor (chandlerhuff/vapor:latest)...
ERROR: pull access denied for chandlerhuff/vapor, repository does not exist or may require 'docker login'

Could it be that the repo/image "chandlerhuff/vapor" has been set to private?

chandlerhuff commented 7 years ago

@binsdavid Yes it was set to private I have updated it with the public image bludesign/vapor