update README.md.

This commit is contained in:
随遇而安
2021-07-03 15:34:29 +00:00
committed by Gitee
parent 1e5472a2af
commit fed7a7e1d2

View File

@@ -42,18 +42,18 @@
#### 1. 安装docker #### 1. 安装docker
#### 2. 命令窗口运行如下命令(完成后端、前端、数据库、EMQX部署) #### 2. 命令窗口运行如下命令(完成后端、前端、数据库、EMQX部署)
` ```
docker run docker run \
--name wumei-smart --name wumei-smart \
--publish 80:80 --publish 80:80 \
--publish 18083:18083 --publish 18083:18083 \
--publish 1883:1883 --publish 1883:1883 \
--publish 3306:3306 --publish 3306:3306 \
--publish 6379:6379 --publish 6379:6379 \
--restart always --restart always \
--detach --detach \
kerwincui/wumei-smart:1.0 kerwincui/wumei-smart:1.0
` ```
#### 3. 扫码下载APP安装,打开APP跳过登录配置服务端地址 #### 3. 扫码下载APP安装,打开APP跳过登录配置服务端地址