On a Raspberry Pi I am running Docker with the help of Portainer. In a Docker container I am running MongoDB. I can't figure out which credentials I have to use when I want to access MongoDB from MongoDB Compass on my pc. Can you help me configuring the url to access MongoDB?
Within Portainer I can see that MongoDB is connecting to: mongodb://127.0.0.1:27017/ Portainer I can access via my PC with url: http://raspberrypi.local:9000/
Thank you in advance!