mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
14 lines
349 B
YAML
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
|