feat: added librespeed speedtest
This commit is contained in:
parent
3fdc0dffc6
commit
0aaddf56a8
1 changed files with 21 additions and 0 deletions
21
speedtest/docker-compose.yml
Normal file
21
speedtest/docker-compose.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
version: '3.7'
|
||||
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"
|
||||
#ENABLE_ID_OBFUSCATION: "false"
|
||||
#REDACT_IP_ADDRESSES: "false"
|
||||
#PASSWORD:
|
||||
#EMAIL:
|
||||
#DISABLE_IPINFO: "false"
|
||||
#DISTANCE: "km"
|
||||
#WEBPORT: 80
|
||||
ports:
|
||||
- "127.0.0.1:8082:80" # webport mapping (host:container)
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue