2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/librespeed/docker-compose.yml
2025-10-27 16:59:23 +08:00

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