配置文件在/config
客户端默认socks5端口为10180
version: "3.6"
services:
tuic-server:
image: superng6/tuic:latest
container_name: tuic-server
network_mode: host
environment:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai
- TYPE=server
volumes:
- $PWD/config:/config
restart: unless-stopped
version: "3.6"
services:
tuic-client:
image: superng6/tuic:latest
container_name: tuic-client
network_mode: host
environment:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai
- TYPE=client
volumes:
- $PWD/config:/config
restart: unless-stopped
Content type
Image
Digest
sha256:c21479342…
Size
11.5 MB
Last updated
almost 4 years ago
docker pull superng6/tuic