Run mongod with --replSet=rs0 option

This commit is contained in:
Sylvain Bellemare 2017-01-10 18:48:30 +01:00
parent e696883f66
commit 4994e30f0c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ services:
image: mongo:3.4.1 image: mongo:3.4.1
ports: ports:
- "27017" - "27017"
command: mongod --replSet=rs0
rdb: rdb:
image: rethinkdb image: rethinkdb