Skip to content

Commit

Permalink
fix mongo host
Browse files Browse the repository at this point in the history
  • Loading branch information
silvae86 committed Jun 1, 2020
1 parent 855489b commit 1739ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
environment:
- "NEO4J_HOST=archgraph-neo4j"
- "NEO4J_PORT=7687"
- "MONGODB_HOST=mongodb"
- "MONGODB_HOST=archgraph-mongodb"
- "MONGODB_PORT=27017"
- "CUSTOM_HOST_FOR_SERVER_BIND=0.0.0.0"
- "RUN_IN_PRODUCTION=1"
Expand Down

0 comments on commit 1739ed5

Please sign in to comment.