Docker: c# webapp and MySql database. Could not connect to database from webapp
I am working under windows with Docker with a C# .NET 8.0 web app and a MySql database. Everything looks fine but my webapp cannot connect to the MySql database in the db docker container. I created a docker image…