docker-node-mongo
docker-node-mongo copied to clipboard
fixed connection errors via updating package versions
I was facing MongoNetworkError: failed to connect to server using the cloned repo as it is and running docker-compose up, similar to issue #7 . I fixed this error by updating the mongoose version to a more recent one, then updating the node version to accomodate it.