Skip to content

Commit

Permalink
Fix docker-compose mongo address
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Dec 2, 2018
1 parent e4b448b commit ae13165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
- 8080:1323
depends_on:
- mongo
environment:
- MONGO_ADDRESSES=mongo
mongo:
container_name: mongo
image: mongo:3.2.17
Expand Down

0 comments on commit ae13165

Please sign in to comment.