Skip to content

Commit 7dd457f

Browse files
committed
no message
1 parent 2c772ef commit 7dd457f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notes/archives/手把手教你,搭建内网穿透服务.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ sh status.sh
426426
1. 一键启动客户端
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
479479
version: '3.1'
480480
services:
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后台配置的密钥

0 commit comments

Comments
 (0)