fix 修复 sh 脚本 与 seata 容器名不匹配 与 nacos镜像版本号错误问题

This commit is contained in:
疯狂的狮子li
2022-03-04 18:08:46 +08:00
parent c74884e232
commit d00a88da1a
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ mount(){
#启动基础模块
base(){
docker-compose up -d mysql nacos seata nginx-web redis minio
docker-compose up -d mysql nacos seata-server nginx-web redis minio
}
#启动监控模块