Merge pull request #29926 from dotnet/richlander-patch-1

Update docker-compose-https.md
pull/29945/head
Rick Anderson 2023-07-27 16:58:56 -10:00 committed by GitHub
commit 9c693ad754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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