How to keep Visual Studio or Docker from changing the host port numbers?
I have dockerized my web application and can run it within Visual Studio, however, the host port number it chooses to use is not consistent. Where do I configure it to always use the same port numbers?