Internal URL: http://192.168.1.240:7845
External URL: https://speed.risingflow.com
GitHub URL: https://github.com/linuxserver/docker-speedtest-tracker
Note: Integrated with Homepage/Dashboard and HomeAssistant so that I can stay on top of connection Health from the Docker Server
Docker Compose:
services:
speedtest-tracker:
image: lscr.io/linuxserver/speedtest-tracker:latest
container_name: speedtest-tracker
restart: always
ports:
- "7845:80"
environment:
- PUID=1000
- PGID=1000
- DB_CONNECTION=sqlite
volumes:
- ./data:/config