zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.28k stars 279 forks source link

Running Mongodb instance on all interfaces #1269

Closed davinderkumar closed 2 years ago

davinderkumar commented 2 years ago

Hi, As of now MongoDB docker instance publishes only on localhost:27017 which cannot be used to connect from remote. How can I bind it on all/specific interfaces so I can connect MongoDB Compass tool? Thanks

juanpmd commented 10 months ago

@davinderkumar Where you able to connect through MongoDB Compass? If so, could you share with me what you did? I havent been able to connect (get Socket Closed message).