File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ sh status.sh
426
426
1 . 一键启动客户端
427
427
428
428
``` 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
430
430
```
431
431
432
432
参数说明
@@ -437,7 +437,7 @@ docker run -it --name lanproxy-client -e LANPROXY_KEY="input_your_key" -e LANPRO
437
437
例如:
438
438
439
439
``` 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
441
441
```
442
442
- 可选:为了这里也为你提供了执行的 ` docker-run.sh ` (保存成 shell 修改和运行更方便)
443
443
@@ -479,7 +479,7 @@ docker restart lanproxy-client
479
479
version : ' 3.1'
480
480
services :
481
481
lanproxy-client :
482
- image : franklin5/lanproxy-client:1.0.0
482
+ image : franklin5/lanproxy-client:1.0
483
483
container_name : lanproxy-client
484
484
environment :
485
485
# 这里是在lanproxy后台配置的密钥
You can’t perform that action at this time.
0 commit comments