update 更新 业务模块 集群配置

This commit is contained in:
疯狂的狮子li
2021-07-08 20:34:24 +08:00
parent bc5898b8cd
commit dcad0cdf92
2 changed files with 18 additions and 5 deletions

View File

@ -29,12 +29,12 @@ base(){
#启动程序模块
start(){
docker-compose up -d ruoyi-admin
docker-compose up -d ruoyi-server1 ruoyi-server2
}
#停止程序模块
stop(){
docker-compose stop ruoyi-admin
docker-compose stop ruoyi-server1 ruoyi-server2
}
#关闭所有模块