mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Run mongod with --replSet=rs0 option
This commit is contained in:
parent
e696883f66
commit
4994e30f0c
@ -5,6 +5,7 @@ services:
|
||||
image: mongo:3.4.1
|
||||
ports:
|
||||
- "27017"
|
||||
command: mongod --replSet=rs0
|
||||
|
||||
rdb:
|
||||
image: rethinkdb
|
||||
|
Loading…
x
Reference in New Issue
Block a user