mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
21 lines
433 B
YAML
21 lines
433 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
|
|
networks:
|
|
- proxy
|
|
|
|
networks:
|
|
proxy:
|
|
external: true
|