I have a basic node container
ROM node:boron
RUN npm install
EXPOSE 1337
CMD ["npm","start"]
but when you launch it, try to connect with mongodb://localhost:27017/my-bd
which is a local mongo on my mac ...
This generates the following error:
Unable to ensure uniqueness for usernames: MongoNetworkError:
failed to connect to server [localhost:27017] on first connect
[MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017]
Any ideas?