Is there a way to try it?
Hi,
The bindIpAll option binds to all accessible public interfaces on the server. Depending on how the instance is set up, you can try connecting to it using a mongo shell.
If you’re deploying this in a Docker instance, you should be able to connect from your host using mongo shell.
Please note before you use bindIpAll, consider enabling access control and other security measures listed in MongoDB Security Checklist to prevent unauthorised access.
Regards,
Wan.