2024-05-05 14:00:09 +02:00
|
|
|
---
|
2024-03-18 16:55:45 +00:00
|
|
|
services:
|
|
|
|
# https://github.com/librespeed/speedtest/blob/master/doc_docker.md
|
|
|
|
speedtest:
|
|
|
|
image: ghcr.io/librespeed/speedtest:latest
|
|
|
|
container_name: speedtest
|
|
|
|
environment:
|
|
|
|
MODE: standalone
|
|
|
|
TITLE: "LibreSpeed"
|
|
|
|
TELEMETRY: "false"
|
2024-05-05 14:00:09 +02:00
|
|
|
# ENABLE_ID_OBFUSCATION: "false"
|
|
|
|
# REDACT_IP_ADDRESSES: "false"
|
|
|
|
# PASSWORD:
|
|
|
|
# EMAIL:
|
|
|
|
# DISABLE_IPINFO: "false"
|
|
|
|
# DISTANCE: "km"
|
|
|
|
# WEBPORT: 80
|
2024-03-18 16:55:45 +00:00
|
|
|
ports:
|
|
|
|
- "127.0.0.1:8082:80" # webport mapping (host:container)
|
2024-05-05 14:00:09 +02:00
|
|
|
restart: unless-stopped
|