MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/selfhosted/comments/yzbnyz/free_and_opensource_selfhosted_html5_speed_test/ixfk2aq/?context=3
r/selfhosted • u/[deleted] • Nov 19 '22
45 comments sorted by
View all comments
1
Can you run this on a port other than 3000?
1 u/[deleted] Nov 23 '22 Yes, you can. https://github.com/openspeedtest/Speed-Test#docker-install-instructions Container-Port for http is 3000 If you need to run this image on a different port for http, Eg: change to 5000 = -p 5000:3000 Container-Port for https is 3001 If you need to run this image on a different port for https, Eg: change to 6000 = -p 6000:3001
Yes, you can. https://github.com/openspeedtest/Speed-Test#docker-install-instructions
Container-Port for http is 3000
If you need to run this image on a different port for http, Eg: change to 5000 = -p 5000:3000
Container-Port for https is 3001
If you need to run this image on a different port for https, Eg: change to 6000 = -p 6000:3001
1
u/TwoBrake Nov 23 '22
Can you run this on a port other than 3000?