mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
17 lines
349 B
YAML
17 lines
349 B
YAML
services:
|
|
librespeed:
|
|
image: ghcr.io/librespeed/speedtest
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./data:/database
|
|
environment:
|
|
- MODE=standalone
|
|
- TITLE=LibreSpeed
|
|
- TELEMETRY=false
|
|
- ENABLE_ID_OBFUSCATION=true
|
|
- OBFUSCATION_SALT=0x1234abcd
|
|
- PASSWORD=secret
|
|
- WEBPORT=8080
|
|
restart: unless-stopped
|