docker-nuget-server
docker-nuget-server copied to clipboard
Unable to download package "Invalid Port"
I'm hosting the idoop/docker-nuget-server image on Azure and am trying to install an uploaded image. This doesn;t work ad i get an "invalid port" error.
relevant configuration in app service config:

publishing an image and finding it works without an issue. But installing the module is trying to retrieve the package from port 80 instead of 443.

manually going to the same url with 443 works.
setting the environment variable to 443 breaks the container and it wont start anymore.
Hi @LeonB87 , Please keep the port in nginx.conf consistent with the external port.
I've stumbled on this issue today too, happens if I run this container with non-standard port set. Running on default port 80 on a dedicated domain works fine, packages are published and downloaded. Non-standard port always causes 'invalid port' in nuget cli .