librespeed/docker-compose.yml aktualisiert

This commit is contained in:
2025-08-04 16:21:55 +00:00
parent a2ba6e284e
commit 7365fec5db

View File

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