fix 修复 ruoyi-resource 服务与 elasticsearch 端口号冲突问题

This commit is contained in:
疯狂的狮子Li
2022-08-24 21:49:15 +08:00
parent 3d9e71cf39
commit 010d07e95b
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ RUN mkdir -p /ruoyi/resource/temp
WORKDIR /ruoyi/resource
ENV SERVER_PORT=9300
ENV SERVER_PORT=9204
EXPOSE ${SERVER_PORT}