I'm trying to follow this tutorial [1], but MongoDB is refusing connections, as error messages says:
"MongoError: failed to connect to server [127.0.0.1:27017] on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27017]"
Node-RED is running from a docker container, and MongoDB is on the host machine
MongoDB service is running properly, and when I type on browser "localhost:27017", appears "It looks like you are trying to access MongoDB over HTTP on the native driver port" message.
How to make, so, MongoDB accepts connections from NodeRED?