myspeed added

This commit is contained in:
dominikhoebert
2024-07-28 15:16:02 +02:00
parent cad15715d0
commit 1c2b99dc0f
3 changed files with 27 additions and 12 deletions

14
myspeed/compose.yml Normal file
View File

@@ -0,0 +1,14 @@
# https://github.com/gnmyt/myspeed
# speed test analysis software that records your internet speed for up to 30 days
name: myspeed
services:
myspeed:
ports:
- 5216:5216
volumes:
- ./data:/myspeed/data
restart: unless-stopped
container_name: myspeed
image: germannewsmaker/myspeed