This is an example web application to show how to use ASP.Net Core with MySQL database and use Nginx as reverse proxy, and deploy using Docker-Compose.
git clone https://github.com/yanshengjie/Docker.NetCore.MySql.gitcd Docker.NetCore.MySqldocker-compose up -dcurl -i http://localhost:9090/api/products
For detail reference:.NET Core+MySql+Nginx 容器化部署