librespeed/docker-compose.yml aktualisiert

This commit is contained in:
2025-05-11 19:06:53 +00:00
parent 22c8567659
commit f0f762bb48

View File

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