2 Commits

Author SHA1 Message Date
疯狂的狮子Li
a09414110e update 优化 compose编排增加snailjob端口防止集群冲突 2025-05-08 23:14:07 +08:00
疯狂的狮子Li
053dc50c4d update 更新 readme 2025-05-08 22:14:07 +08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
> 系统演示: [传送门](https://plus-doc.dromara.org/#/common/demo_system)
> 官方前端项目地址: [plus-ui](https://gitee.com/JavaLionLi/plus-ui)<br>
> 官方前端项目地址: [gitee](https://gitee.com/JavaLionLi/plus-ui) - [github](https://github.com/JavaLionLi/plus-ui) - [gitcode](https://gitcode.com/dromara/plus-ui)<br>
> 成员前端项目地址: 基于vben5 [ruoyi-plus-vben5](https://gitee.com/dapppp/ruoyi-plus-vben5)
> 文档地址: [plus-doc](https://plus-doc.dromara.org)

View File

@@ -104,6 +104,7 @@ services:
# 时区上海
TZ: Asia/Shanghai
SERVER_PORT: 8080
SNAIL_PORT: 28080
volumes:
# 配置文件
- /docker/server1/logs/:/ruoyi/server/logs/
@@ -119,6 +120,7 @@ services:
# 时区上海
TZ: Asia/Shanghai
SERVER_PORT: 8081
SNAIL_PORT: 28081
volumes:
# 配置文件
- /docker/server2/logs/:/ruoyi/server/logs/