mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Pin mongodb version to 3.4.1 in docker-compose.yml
This commit is contained in:
parent
376172ec18
commit
f57990c9ea
@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mdb:
|
mdb:
|
||||||
image: mongo
|
image: mongo:3.4.1
|
||||||
ports:
|
ports:
|
||||||
- "27017"
|
- "27017"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user