MongoDB getaddrinfo ENOTFOUND host.docker.internal
I tried to create a replica set with on my docker-compose file, the replica set members are up and running and i also can connect with mongosh — and i can run rs.status().
Error “MongoServerError: This node was not started with replication enabled.” when setting up replicaset in mongodb (using docker compose)
I’m currently trying to setup a replicaset in my mongodb setup in order to enable Change Streams functionality (which I need for the socket.io MongoDB-Adapter).