Can't connect to MongoDB inside docker container
I'm trying to connect to a mongodb container inside docker but I'm getting this error: getaddrinfo ENOTFOUND mongo.ks.local The database works just fine when I access it from docker but I'm not able to access it from MongoDBCompass This is…