File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ sh status.sh
4264261 . 一键启动客户端
427427
428428``` shell
429- docker run -it --name lanproxy-client -e LANPROXY_KEY=" input_your_key" -e LANPROXY_HOST=" input_your_host" -d --restart=always franklin5/lanproxy-client:1.0.0
429+ docker run -it --name lanproxy-client -e LANPROXY_KEY=" input_your_key" -e LANPROXY_HOST=" input_your_host" -d --restart=always franklin5/lanproxy-client:1.0
430430```
431431
432432参数说明
@@ -437,7 +437,7 @@ docker run -it --name lanproxy-client -e LANPROXY_KEY="input_your_key" -e LANPRO
437437例如:
438438
439439``` shell
440- docker run -it --name lanproxy-client -e LANPROXY_KEY=" 51c1da65f7c547ae824b3604463b4b89 " -e LANPROXY_HOST=" 120.92.10.120 " -d --restart=always franklin5/lanproxy-client:1.0 .0
440+ docker run -it --name lanproxy-client -e LANPROXY_KEY=" input_your_key " -e LANPROXY_HOST=" input_your_host " -d --restart=always franklin5/lanproxy-client:1.0
441441```
442442- 可选:为了这里也为你提供了执行的 ` docker-run.sh ` (保存成 shell 修改和运行更方便)
443443
@@ -479,7 +479,7 @@ docker restart lanproxy-client
479479version : ' 3.1'
480480services :
481481 lanproxy-client :
482- image : franklin5/lanproxy-client:1.0.0
482+ image : franklin5/lanproxy-client:1.0
483483 container_name : lanproxy-client
484484 environment :
485485 # 这里是在lanproxy后台配置的密钥
You can’t perform that action at this time.
0 commit comments