Commit e8398a84 authored by wangmingming's avatar wangmingming

11

parent 62e34aa8
## tls 转发请求
```shell
docker run -itd --name lcc-tls-forward --privileged=true --restart=always -v /data/log/:/data/log/ -v /home/opt/tls-forward:/root/src/ -p 58000:58000 --cpus=1 -m 1G --log-driver=json-file --log-opt max-size=50m --log-opt max-file=3 golang /bin/sh "/root/src/run.sh"
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment