mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
298ff8a3fd
commit
f3683854e8
@ -6,7 +6,7 @@ services:
|
||||
mongodb:
|
||||
image: mongo:3.6
|
||||
ports:
|
||||
- "27017"
|
||||
- "27017:27017"
|
||||
command: mongod
|
||||
bigchaindb:
|
||||
depends_on:
|
||||
|
Loading…
x
Reference in New Issue
Block a user