Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 423 Bytes

openspeedtest.md

File metadata and controls

21 lines (17 loc) · 423 Bytes

OpenSpeedTest

Pure HTML5 Network Performance Estimation Tool.
Measure the speed between your server and your computer.


docker-compose.yml

---
services:
  openspeedtest:
    image: openspeedtest/latest
    container_name: openspeedtest
    restart: unless-stopped
    ports:
      - "3000:3000"