In the logs of a ASP.NET 8 container I find this entry
[22:38:50 WRN] Overriding HTTP_PORTS '8080' and HTTPS_PORTS ''. Binding to values defined by URLS instead 'http://+:80'. # {"EventId": {"Id": 15}, "SourceContext": "Microsoft.AspNetCore.Hosting.Diagnostics"}
I do not understand where that HTTP_PORTS settings comes from, as none of the configuration sources I can think of set it.