librespeed/docker-compose.yml aktualisiert

This commit is contained in:
2025-08-04 16:21:18 +00:00
parent 7cb1318f67
commit a2ba6e284e

View File

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