I have followed everything in the relevant document. All my outputs are correct as in the document, but I encounter an error when trying to establish a connection through the Compass GUI or with a framework like Node.js.
Here is the mongodb documentation
The connection string I used for Compass:
mongodb://localhost:27017,localhost:27018,localhost:27019/?replicaSet=myReplicaSet
The error I received in the Compass interface:
getaddrinfo ENOTFOUND mongo2
Could you guide me on how to resolve this issue?