File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,23 @@ services:
55 image : mongo
66 ports :
77 - " 30002:27017"
8- command : mongod --replSet cnf-serv --rest -- configsvr --port 27017 --oplogSize 16 --noprealloc --smallfiles
8+ command : mongod --replSet cnf-serv --configsvr --port 27017 --oplogSize 16 --noprealloc --smallfiles
99 restart : always
1010
1111 mongo-cnf-3 :
1212 container_name : " mongo-cnf-3"
1313 image : mongo
1414 ports :
1515 - " 30003:27017"
16- command : mongod --replSet cnf-serv --rest -- configsvr --port 27017 --oplogSize 16 --noprealloc --smallfiles
16+ command : mongod --replSet cnf-serv --configsvr --port 27017 --oplogSize 16 --noprealloc --smallfiles
1717 restart : always
1818
1919 mongo-cnf-1 :
2020 container_name : " mongo-cnf-1"
2121 image : mongo
2222 ports :
2323 - " 30001:27017"
24- command : mongod --replSet cnf-serv --rest -- configsvr --port 27017 --oplogSize 16 --noprealloc --smallfiles
24+ command : mongod --replSet cnf-serv --configsvr --port 27017 --oplogSize 16 --noprealloc --smallfiles
2525 links :
2626 - mongo-cnf-2:mongo-cnf-2
2727 - mongo-cnf-3:mongo-cnf-3
You can’t perform that action at this time.
0 commit comments