Files
SpeedtestServer-test/docker-compose.yml
2026-02-22 23:47:58 +03:00

7 lines
102 B
YAML

services:
speedtest-server:
build: .
ports:
- "8080:8080"
restart: unless-stopped