mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
Introduces a new blueprint for OpenSpeedTest, including docker-compose configuration, template, and logo. Updates meta.json to register OpenSpeedTest with relevant metadata and links.
6 lines
117 B
YAML
6 lines
117 B
YAML
services:
|
|
openspeedtest:
|
|
image: openspeedtest/latest:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 3000 |