Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Getting proget to listen on another port
-
Hello,
I got the latest proget and I'm trying to run with ProGet.Service run --mode=both --urls=http://0.0.0.0:81 port and it always defaults to 172.0.0.1:5000 no matter what I define in the --urls. How do I change the listening IP and port ?Thanks.
-
@Michael-s_5143 have you installed using the Inedo Hub?
You can change this in the configuration tab. Otherwise, this is in the Installation Configuration Files.
-
So this is on linux box. I'm running the docker container in firecracker. So, where in linux would the respective path C:\ProgramData\Inedo\SharedConfig be? I see the software is under /usr/local/proget.
-
This post actually solved my problem too:
https://forums.inedo.com/topic/3402/proget-on-rootless-docker-cannot-switch-port/3
Specifically setting this env variable: ASPNETCORE_URLS: 'http://*:8181'
-
Hi @Michael-s_5143,
Glad to hear that post helped you out. We updated our documentation to include information about the ASPNETCORE_URLS information.
Thanks,
Rich