update 优化 compose编排增加snailjob端口防止集群冲突
This commit is contained in:
parent
053dc50c4d
commit
a09414110e
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user