senecajs / seneca-mongo-store

Node.js Seneca data storage plugin for MongoDB
MIT License
35 stars 42 forks source link

Error when running Seneca app on Docker container #72

Open bojannyc opened 6 years ago

bojannyc commented 6 years ago

I have node.js + seneca app running on docker container which need to access to MongDb server running on the Host machine. I used --net=host when started docker container, but Seneca service is failing to run due to connecting timeout issue. When the app is running locally on host machine everything works fine. Any advice?

rjrodger commented 3 years ago

a process of elimination is need to validate access to the mongo port: