Remove warning on binding only to localhost

This commit is contained in:
Daniel Goldberg 2019-05-11 16:03:14 +03:00
parent 1aab83c79e
commit d1148a18f3
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
REM - Runs MongoDB Server -
@title MongoDB
@bin\mongodb\mongod.exe --dbpath db
@bin\mongodb\mongod.exe --dbpath db --bind_ip 127.0.0.1