fix 合并 pr !68 业务集群部署与文件上传的问题

This commit is contained in:
疯狂的狮子li
2021-07-13 13:20:08 +08:00
parent 5c8de41b32
commit 79965e30af
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ MAINTAINER Lion Li
RUN mkdir -p /ruoyi/server
RUN mkdir -p /ruoyi/server/logs
RUN mkdir -p /ruoyi/server/uploadPath
RUN mkdir -p /ruoyi/server/ruoyi/uploadPath
WORKDIR /ruoyi/server

View File

@ -9,7 +9,7 @@ ruoyi:
# 实例演示开关
demoEnabled: true
# 文件路径
profile: ./ruoyi/server/uploadPath
profile: ./ruoyi/uploadPath
# 获取ip地址开关
addressEnabled: true