MySpeed

A speed test analysis software that shows your internet speed for up to 30 days.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  myspeed:
    container_name: MySpeed
    image: germannewsmaker/myspeed
    ports:
      - 5216:5216
    volumes:
      - ./myspeed:/myspeed/data
    restart: unless-stopped

Resources

Website: https://myspeed.dev/

GitHub: https://github.com/gnmyt/myspeed

Docker Hub: https://hub.docker.com/r/germannewsmaker/myspeed

Configuration: https://docs.myspeed.dev/setup/linux/