From 5511fe0282d8e5a29d16a305b3f89b755cc07e0a Mon Sep 17 00:00:00 2001 From: "liu.chunxun" Date: Thu, 27 Jun 2024 10:13:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1860555..238e681 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ ### docker 运行命令 -`docker run -p 51001:51001/udp -v /path/Prod_connect.json:/yuzhen_iot/prod_manage/cfg/Prod_connect.json gitiot.mgm-iot.com/iot_images/yuzhen_base:v1.0.4` +`docker run -p 51001:51001/udp 51002:51002/udp -v /path/Prod_connect.json:/yuzhen_iot/prod_manage/cfg/Prod_connect.json gitiot.mgm-iot.com/iot_images/yuzhen_base:v1.0.4` * -p 51001:51001/udp ,透传UDP端口 +* -p 51001-51099:51001-51099/udp ,透传UDP端口 * -v 挂在配置文件 ### 设置自动重启