From aeb152c68e798ccdde33373cf27205fc2eea56ab Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 20 Jul 2022 23:31:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=AE=B9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d654e5..3a7362d 100644 --- a/README.md +++ b/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 -``` + ## 功能模块