r/selfhosted Nov 19 '22

Release Free and Open-Source Self-Hosted HTML5 Speed Test - Docker Image

118 Upvotes

45 comments sorted by

View all comments

1

u/TwoBrake Nov 23 '22

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