From aaf22634bd7f5ca90c94cf9d0ef07b98161e147a Mon Sep 17 00:00:00 2001 From: Linux <1207537021@qq.com> Date: Thu, 31 Jul 2025 14:55:12 +0800 Subject: [PATCH 1/3] install.md --- install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.md b/install.md index 0a7102ba..ff885c76 100644 --- a/install.md +++ b/install.md @@ -1,4 +1,5 @@ #### docker环境安装wlcn + ##### 启动服务端 - 6001端口 webui - 7001端口 tcp连接端口 @@ -25,4 +26,4 @@ docker run -d -it -p 6001:6001 -p 7001:7001 -p 8001:8001 -p 9001:9001 --nam ```shell docker run -d -it --privileged -p 6004:6004 --name wlcn-c --restart=always -e spring.lazy.netty.client.inet-host=192.168.xx.xx -e spring.lazy.netty.client.inet-port=7001 -e spring.lazy.netty.client.client-id="wlcn-c" registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24 -``` \ No newline at end of file +``` From d01c9057528f4ffe561eceb028aa11019d857358 Mon Sep 17 00:00:00 2001 From: Linux <929098367@qq.com> Date: Thu, 31 Jul 2025 14:56:31 +0800 Subject: [PATCH 2/3] install.md --- install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/install.md b/install.md index ff885c76..a3d97511 100644 --- a/install.md +++ b/install.md @@ -8,6 +8,7 @@ - 1001端口 自定义需要代理到客户端端口 - 打开浏览器访问界面 http://127.0.0.1:6001/netty-server-ui/index.html + ```shell docker run -d -it -p 6001:6001 -p 7001:7001 -p 8001:8001 -p 9001:9001 --name wlcn-s registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server:1.3.1-JDK24 From b834241859c151aa0b0b60d6d763f491c1ee51a1 Mon Sep 17 00:00:00 2001 From: Linux <92909836@qq.com> Date: Thu, 31 Jul 2025 14:59:48 +0800 Subject: [PATCH 3/3] install.md --- install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/install.md b/install.md index a3d97511..f4b28f96 100644 --- a/install.md +++ b/install.md @@ -14,6 +14,7 @@ docker run -d -it -p 6001:6001 -p 7001:7001 -p 8001:8001 -p 9001:9001 --name wlcn-s registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server:1.3.1-JDK24 ``` + ##### 启动客户端 - 6004端口 webui