mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-05-06 12:01:26 +08:00
add 升级 Seata 1.5.X 源码集成服务端
This commit is contained in:
@@ -27,6 +27,7 @@ port(){
|
||||
# sentinel端口
|
||||
firewall-cmd --add-port=8718/tcp --permanent
|
||||
# seata端口
|
||||
firewall-cmd --add-port=7091/tcp --permanent
|
||||
firewall-cmd --add-port=8091/tcp --permanent
|
||||
# 重启防火墙
|
||||
service firewalld restart
|
||||
@@ -49,11 +50,6 @@ mount(){
|
||||
mkdir -p /docker/nacos/conf
|
||||
cp nacos/custom.properties /docker/nacos/conf/custom.properties
|
||||
fi
|
||||
#挂载 seata 配置文件
|
||||
if test ! -f "/docker/seata/conf/registry.conf" ;then
|
||||
mkdir -p /docker/seata/conf
|
||||
cp seata/registry.conf /docker/seata/conf/registry.conf
|
||||
fi
|
||||
}
|
||||
|
||||
#启动基础模块
|
||||
|
||||
Reference in New Issue
Block a user