Problem: Can't connect to local MongoDB when `make start` (#2320)

Solution: Expose MongoDB port 27017 when using `make start`, i.e. when using docker-compose.yml
This commit is contained in:
Troy McConaghy 2018-05-30 15:58:56 +02:00 committed by vrde
parent 298ff8a3fd
commit f3683854e8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
mongodb:
image: mongo:3.6
ports:
- "27017"
- "27017:27017"
command: mongod
bigchaindb:
depends_on: