Run TUIC Server in docker
TUIC: https://github.com/EAimTY/tuic
config.json 配置文档:https://github.com/EAimTY/tuic/tree/dev/tuic-server#configuration
version: '3'
services:
tuic-server:
image: kilvn/tuic-server:latest
network_mode: host
volumes:
- /path/to/you/config.json:/etc/tuic/config.json
所以:非Linux机器(Windows和Mac)只能使用supervisor在宿主机使用传统可执行文件运行,不要浪费时间!
Content type
Image
Digest
sha256:15c73b7b8…
Size
4.2 MB
Last updated
almost 3 years ago
docker pull kilvn/tuic-server