How does Docker read config from .NET application? and which config get used in the application if Docker is enabled?
I have setup Docker with an ASP.NET Core 8 MVC application using Docker compose. There are two containers according to my compose.yaml, one is for the MySQL database (volume) and one for server. I managed to setup both containers and…