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 +```