Files
Speedtest/docker-compose.yml

14 lines
354 B
YAML

version: '3.3'
services:
speedtest:
environment:
- ENABLE_LETSENCRYPT=FALSE
- DOMAIN_NAME=speedtest.grenu4.ru
- USER_EMAIL=oit_vpn@grenu4.ru
restart: unless-stopped
container_name: openspeedtest
ports:
- '180:3000'
- '27443:3001'
image: openspeedtest/latest