File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ c_driver_variables:
115
115
fsutil volume diskfree c:
116
116
echo "Starting Mongo Orchestration..."
117
117
echo "{ \"releases\": { \"default\": \"c:\\\\mongodb\\\\bin\" }}" > orchestration.config
118
- mongo-orchestration -f orchestration.config -e default -s wsgiref start --socket-timeout-ms=60000 --enable-majority-read-concern --pidfile c:\\mo.pid
118
+ mongo-orchestration -f orchestration.config -e default -s wsgiref start --socket-timeout-ms=60000 --bind=127.0.0.1 -- enable-majority-read-concern --pidfile c:\\mo.pid
119
119
sleep 10
120
120
curl -s http://localhost:8889/
121
121
unix : &mongo_orchestration_unix
@@ -131,7 +131,7 @@ c_driver_variables:
131
131
df -h
132
132
echo "Starting Mongo Orchestration..."
133
133
echo "{ \"releases\": { \"default\": \"`pwd`/mongodb/bin\" } }" > orchestration.config
134
- TMPDIR=/data/db mongo-orchestration -f orchestration.config -e default start --socket-timeout-ms=60000 --bind=0 .0.0.0 --enable-majority-read-concern --pidfile $pidfile
134
+ TMPDIR=/data/db mongo-orchestration -f orchestration.config -e default start --socket-timeout-ms=60000 --bind=127 .0.0.1 --enable-majority-read-concern --pidfile $pidfile
135
135
curl -s http://localhost:8889/
136
136
start_topology_command : &start_topology_command
137
137
start_topology : |
You can’t perform that action at this time.
0 commit comments