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!
Proget cannot be accessed in Linux
-
proget is not accessible after it is running。
The port has been opened. There is no exception in the log.but,The log shows: Messenger endpoint is tcp://localhost:1000
Version number:5.3.14-ci2
Deployment environment:CENTOS
-
Hi @csyy321_2677,
What version of CENTOS is your Docker host running on? Can you also tell me what version of docker is installed?
Thanks,
Rich
-
@rhessinger CENTOS 7。the version of docker is 19.03.13
-
@csyy321_2677 You need to forward to port 80 instead of 8080, eg
docker run .... -p 8080:80 .../proget
. The linux proget docker container is listening on port 80 as root.
-
@viceice Good catch! @csyy321_2677 Could you update your port as @viceice has described and let me know if that works?
Thanks,
Rich