Docker compose for speedtest

No Flash, No Java, No Websocket, No Bullshit.

This is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers. All modern browsers are supported: IE11, the latest Edge, the latest Chrome, the latest Firefox and the latest Safari. Works with mobile versions too.


Features:

  • Download
  • Upload
  • Ping
  • Jitter
  • IP Address, ISP, distance from the server (optional)
  • Telemetry (optional)
  • Results sharing (optional)
  • Multiple Points of Test (optional)

docker-compose.yml file:

services:
   speedtest:
     image: adolfintel/speedtest
     restart: always
     container_name: speedtest
     ports:
       - "9086:80"


Source: https://github.com/gregorgodler/speedtest, https://hub.docker.com/r/adolfintel/speedtest