I’ve set up an Atlas deployment on a remote server using this tutorial: https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/
Now I would like to connect to it using Compass on my local machine, however get a connection refused error. I’ve read that this might be due to my local IP address is not whitelisted in the Atlas deployment, however could not find any information on how to whitelist an IP address in dockerized atlas deployment.
Would really appreciate any help with that. Thanks