dotnet / sdk-container-builds

Libraries and build tooling to create container images from .NET projects using MSBuild
https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container
MIT License
175 stars 30 forks source link

Default port is 8080, not 80? #522

Closed mango-darren closed 7 months ago

mango-darren commented 7 months ago

In docs/ZeroToContainer.md, it's specified to map 5010:80, but it seems like the port exposed by default is 8080, not 80.

Is this correct for ASP.NET 8.0?

I'm using .NET SDK version 8.0.100

baronfel commented 7 months ago

You're right, it's not been updated for 8.0. would you mind sending a quick PR update?