瀏覽代碼

启动容器

zhangdaiscott 2 年之前
父節點
當前提交
aeb152c68e
共有 1 個文件被更改,包括 10 次插入4 次删除
  1. 10 4
      README.md

+ 10 - 4
README.md

@@ -90,16 +90,22 @@ yarn install
 yarn build
 
 ```
+
+- host设置
+
+```bash
+{改成具体IP} jeecg-boot-system
+```
+> 127.0.0.1不行,得设置具体IP
+
+
 - 启动容器
 ```bash
 docker build -t jeecgboot-vue3 .
 docker run --name jeecgboot-vue3-nginx -p 80:80 -d jeecgboot-vue3
 ```
 
-- host设置(127.0.0.1不行,得设置具体IP)
-```bash
-192.168.5.100 jeecg-boot-system
-```
+
 
 
 ## 功能模块