Cosmo DB docker linux does not work on custom port

Andrey Lopatin
0
Reputation points
Hello, I am facing the same problem as it was described here https://github.com/Azure/azure-cosmos-db-emulator-docker/issues/50
Basically, I would like to run cosmos DB container using a custom port (not 8081). If I have my application running as a docker - everything works as expected once I install the certificate following the official guide.
However, if I try to connect to the same cosmos DB container from a VS while developing my project - I cannot, Cosmos SDK just hangs forever
Hello Geetha and thank you for your quick reply.
I am not 100% sure what proxying mean, but looking in the code you shared, I think I have already been doing it. Inside my docker-compose I map all those ports as:
ports: