commit:1.5多应用版本

This commit is contained in:
Jerry
2021-03-31 09:43:36 +08:00
parent 060cb450be
commit 71d07cefb3
1343 changed files with 11695 additions and 71470 deletions

View File

@@ -71,7 +71,7 @@
- 查看启动日志命令 docker-compose logs
- docker-compose-full.yml (可选)
- 包含全部服务的启动项,基础服务 + elk + gp。
- 启动方式为 docker-compose up -f docker-compose-full.yml -d
- 启动方式为 docker-compose -f docker-compose-full.yml up -d
- 停止方式和数据错误处理方式请参考上面docker-compose.yml的说明。
- Pinpoint服务启动 (可选)
- 进入zz-resource/pinpoint-docker-master目录。