mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-08 10:13:46 +08:00
fix 修复 docker业务集群部署与文件上传的问题
This commit is contained in:
@@ -82,6 +82,7 @@ services:
|
||||
volumes:
|
||||
# 配置文件
|
||||
- /docker/server1/logs/:/ruoyi/server/logs/
|
||||
- /docker/server1/uploadPath/:/ruoyi/server/uploadPath/
|
||||
privileged: true
|
||||
restart: always
|
||||
networks:
|
||||
@@ -95,6 +96,7 @@ services:
|
||||
volumes:
|
||||
# 配置文件
|
||||
- /docker/server2/logs/:/ruoyi/server/logs/
|
||||
- /docker/server2/uploadPath/:/ruoyi/server/uploadPath/
|
||||
privileged: true
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user