From 3f0cd5f416fe271c7068aab34e51b8418791ea1b Mon Sep 17 00:00:00 2001 From: gosk Date: Tue, 4 Jul 2023 12:04:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=BE=AE=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=90=AF=E5=8A=A8=E6=97=B6=E7=9A=84nginx=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E9=85=8D=E7=BD=AE(=E6=9C=AB=E5=B0=BE=E5=8A=A0?= =?UTF-8?q?=E4=BA=86=E4=B8=AA=E5=8F=8D=E6=96=9C=E6=9D=A0=E3=80=82=E5=90=A6?= =?UTF-8?q?=E5=88=99=E8=AE=BF=E9=97=AE=E4=BC=9A404)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0efcdd9..1dfbf65 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ VITE_GLOB_DOMAIN_URL=http://jeecg-boot-gateway:9999 - 区别2. 修改Dockerfile文件 ```bash -- 把`http://jeecg-boot-system:8080/jeecg-boot`替换成 `http://jeecg-boot-gateway:9999` +- 把`http://jeecg-boot-system:8080/jeecg-boot`替换成 `http://jeecg-boot-gateway:9999/` - 把`jeecg-boot-system`替换成 `jeecg-boot-gateway` ```