You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 .
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.
The text was updated successfully, but these errors were encountered: