Closed trmcnvn closed 8 years ago
I had trouble getting the merged setup working on a fresh docker install :sob:. So I made some changes:
docker-compose.yml
docker-machine ip
chewy
script/bootstrap works :100: for me now.
script/bootstrap
PR for review, @NuckChorris
Looks great. I'd actually downgraded to V1 of compose but realized the other day that the new networking fancies requires V2. LGTM!
I had trouble getting the merged setup working on a fresh docker install :sob:. So I made some changes:
docker-compose.yml
to version 2 (>= 1.6.0)docker-machine ip
command so it works for non-default machineschewy
so our rake tasks work again :tada:script/bootstrap
works :100: for me now.PR for review, @NuckChorris