From 348d69390d9a6c10ab844d752fdeb385bcc947b0 Mon Sep 17 00:00:00 2001 From: Esteban Solano Granados Date: Tue, 18 May 2021 04:19:09 +0000 Subject: [PATCH] Updated README.md files with ASP.NET samples Signed-off-by: GitHub --- README.md | 1 + aspnet-mssql/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7664f2..e3a465b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ with an Nginx proxy and a MySQL database. application with an Nginx proxy and a PostgreSQL database. - [`Java Spark / MySQL`](https://github.com/docker/awesome-compose/tree/master/sparkjava-mysql) - Sample Java application and a MySQL database. +- [`NGINX / ASP.NET / MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-aspnet-mysql) - Sample Nginx reverse proxy with an C# backend using ASP.NET - [`NGINX / Flask / MongoDB`](https://github.com/docker/awesome-compose/tree/master/nginx-flask-mongo) - Sample Python/Flask application with Nginx proxy and a Mongo database. - [`NGINX / Flask / MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-flask-mysql) - Sample Python/Flask diff --git a/aspnet-mssql/README.md b/aspnet-mssql/README.md index 5095850..6228cc8 100644 --- a/aspnet-mssql/README.md +++ b/aspnet-mssql/README.md @@ -35,7 +35,7 @@ Make sure port 80 on the host is not being used by another container, otherwise $ docker-compose up -d Creating network "aspnet-mssql_default" with the default driver Building web -Step 1/13 : FROM mcr.microsoft.com/dotnet/core/sdk:2.1 AS build +Step 1/13 : FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build 2.1: Pulling from dotnet/core/sdk .... ....