From db4793faad6f2bb5aa44b726f7d9f27629ef8182 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 21 Jul 2022 14:43:53 +0800 Subject: [PATCH] =?UTF-8?q?docker=E5=90=AF=E5=8A=A8=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=EF=BC=88=E5=8D=95=E4=BD=93/=E5=BE=AE=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-boot/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jeecg-boot/README.md b/jeecg-boot/README.md index 920cdec1..14628663 100644 --- a/jeecg-boot/README.md +++ b/jeecg-boot/README.md @@ -49,15 +49,18 @@ Jeecg-Boot 低代码开发平台 ## Docker镜像启动后台 -文档: http://doc.jeecg.com/2043889 +- Docker镜像单体启动 : http://doc.jeecg.com/2043889 +- Docker镜像微服务启动: http://doc.jeecg.com/2656147 + +下面是单体启动步骤: ``` + 注意: 如果本地安装了mysql和redis,启动容器前先停掉本地服务,不然会端口冲突。 net stop redis net stop mysql # 1.配置host - 127.0.0.1 jeecg-boot-redis 127.0.0.1 jeecg-boot-mysql 127.0.0.1 jeecg-boot-system