From 2b3e52d097a87e3f65fc35c75b5139847a2638d2 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Wed, 26 Jul 2023 21:12:19 -0700 Subject: [PATCH] Update docker-compose-https.md Update to the current samples repo. The old samples repro will be deleted. See: https://github.com/dotnet/dotnet-docker/issues/4755 FYI on other breaking changes: https://github.com/dotnet/dotnet-docker/discussions/4764 --- aspnetcore/security/docker-compose-https.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/security/docker-compose-https.md b/aspnetcore/security/docker-compose-https.md index 2ffca2b3ff..038294af59 100644 --- a/aspnetcore/security/docker-compose-https.md +++ b/aspnetcore/security/docker-compose-https.md @@ -110,7 +110,7 @@ version: '3.4' services: webapp: - image: mcr.microsoft.com/dotnet/core/samples:aspnetapp + image: mcr.microsoft.com/dotnet/samples:aspnetapp ports: - 80 - 443 @@ -148,7 +148,7 @@ version: '3.4' services: webapp: - image: mcr.microsoft.com/dotnet/core/samples:aspnetapp + image: mcr.microsoft.com/dotnet/samples:aspnetapp ports: - 80 - 443