Update aspnet-mssql-compose.md

This commit is contained in:
Travis Wright 2018-11-06 08:12:06 -08:00 committed by GitHub
parent ba65aeabbb
commit 26cf276664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ configure this app to use our SQL Server database, and then create a
depends_on:
- db
db:
image: "microsoft/mssql-server-linux"
image: "mcr.microsoft.com/mssql/server"
environment:
SA_PASSWORD: "Your_password123"
ACCEPT_EULA: "Y"
@ -195,6 +195,6 @@ to try out .NET Framework and more SQL Server tutorials.
## Next steps
- [Build your app using SQL Server](https://www.microsoft.com/en-us/sql-server/developer-get-started/?utm_medium=Referral&utm_source=docs.docker.com)
- [SQL Server on Docker Hub](https://hub.docker.com/r/microsoft/mssql-server-linux/)
- [SQL Server on Docker Hub](https://hub.docker.com/r/microsoft/mssql-server/)
- [ASP.NET Core](https://www.asp.net/core)
- [ASP.NET Core Docker image](https://hub.docker.com/r/microsoft/aspnetcore/) on DockerHub