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.git
cd Docker.NetCore.MySql
docker-compose up -d
curl -i http://localhost:9090/api/products
For detail reference:.NET Core+MySql+Nginx 容器化部署