librespeed/docker-compose.yml aktualisiert

This commit is contained in:
2025-08-04 16:25:11 +00:00
parent 7365fec5db
commit cccb8e5ee3

View File

@@ -3,7 +3,8 @@ services:
image: ghcr.io/librespeed/speedtest:latest-alpine
container_name: ${SERVER_NAME:-librespeed}
ports:
- "${SERVER_PORT:-8092}:80"
- "${SERVER_PORT:-8092}:8080"
restart: always
environment:
- ServerName=${SERVER_NAME:-librespeed}
- TITLE=${TITLE:-LibreSpeed}