docker-projects/myspeed/compose.yml
2024-07-28 15:16:02 +02:00

14 lines
349 B
YAML

# 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