runner icon indicating copy to clipboard operation
runner copied to clipboard

Suggestion: Use "--bind_ip_all" by default.

Open j opened this issue 5 years ago • 2 comments
trafficstars

I'm not able to pass "--bind_ip_all" as an option. Without this, I'm unable to use this utility in a mongo development environment.

j avatar Feb 11 '20 00:02 j

Can you post a snippet of your driver code that is currently failing? --bind_ip_all is a really bad security practice and should not be required.

imlucas avatar Feb 24 '20 04:02 imlucas

@imlucas I don't currently have a snippet, but it's when using docker. I'm unable to connect from a docker container to a mongo runner application on my host (OSx).

I ended up creating a replica set manually using docker-compose which is a lot of overhead and would rather use mongodb-runner.

j avatar Feb 25 '20 18:02 j