librespeed-docker-compose.yml hinzugefügt

This commit is contained in:
2025-05-11 17:22:07 +00:00
parent ac95030929
commit b0699de7e9

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}