Skip to content

Commit

Permalink
Updated Docker-Compose for host docker internal
Browse files Browse the repository at this point in the history
  • Loading branch information
martyncolmer authored and samiwel committed Aug 20, 2019
1 parent d8361ef commit 5add5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eq-publisher/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: .
environment:
- EQ_SCHEMA_VALIDATOR_URL=http://eq-schema-validator:5000/validate
- EQ_AUTHOR_API_URL=http://docker.for.mac.host.internal:4000/graphql
- EQ_AUTHOR_API_URL=http://host.docker.internal:4000/graphql
- NODE_ENV=development
ports:
- "9000:9000"
Expand Down

0 comments on commit 5add5ae

Please sign in to comment.