Skip to content

Instantly share code, notes, and snippets.

@akhilesh26
Created January 15, 2019 14:33
Show Gist options
  • Save akhilesh26/243f8e908cc9861160bf69ea8cd197ea to your computer and use it in GitHub Desktop.
Save akhilesh26/243f8e908cc9861160bf69ea8cd197ea to your computer and use it in GitHub Desktop.
mastcoder@akhilesh ~/metabrainz/new/bookbrainz-site $ git pull
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0
Unpacking objects: 100% (4/4), done.
From https://github.com/bookbrainz/bookbrainz-site
cc22a1d..4e9f7f2 docker-develop-fix -> origin/docker-develop-fix
Updating cc22a1d..4e9f7f2
Fast-forward
develop.sh | 3 +--
docker-compose.yml | 9 +++++++--
2 files changed, 8 insertions(+), 4 deletions(-)
mastcoder@akhilesh ~/metabrainz/new/bookbrainz-site $ ./develop.sh
Starting redis ... done
Starting elasticsearch ... done
Starting postgres ... done
Pulling startup (waisbrot/wait:)...
latest: Pulling from waisbrot/wait
8ad8b3f87b37: Pull complete
28a5e8da707c: Pull complete
d8dd4226e3a7: Pull complete
Waiting for redis:6379 . up!
Waiting for postgres:5432 . up!
Waiting for elasticsearch:9200 ...............elasticsearch: forward host lookup failed: Unknown host
................ ERROR: unable to connect
mastcoder@akhilesh ~/metabrainz/new/bookbrainz-site $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment