From 993f9fd71812f819ea54dbabbb00a2b6f3c8e45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E5=B0=8F=E9=A9=AC?= Date: Sat, 31 May 2025 16:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d32646c..dff95df 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,13 @@ acme: ```shell # 通过 阿里云源 docker run 运行容器 sudo docker run --restart=always -d -e server=xxx.com穿透服务:16666 -e deviceId=32位的设备ID registry.cn-shenzhen.aliyuncs.com/heixiaoma/hp-lite:latest +#直接连接码 +sudo docker run --restart=always -d -e c=连接码 registry.cn-shenzhen.aliyuncs.com/heixiaoma/hp-lite:latest # 通过Docker官方源运行 sudo docker run --restart=always -d -e server=xxx.com穿透服务:16666 -e deviceId=32位的设备ID heixiaoma/hp-lite:latest +#直接连接码 +sudo docker run --restart=always -d -e c=连接码 heixiaoma/hp-lite:latest ``` ##### Linux或者win