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

This commit is contained in:
疯狂的狮子li
2022-08-24 18:43:30 +08:00
parent 2b866f93e3
commit 97a8c1932b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ RUN mkdir -p /ruoyi/auth/temp
WORKDIR /ruoyi/auth
ENV SERVER_PORT=9200
ENV SERVER_PORT=9210
EXPOSE ${SERVER_PORT}

View File

@@ -1,6 +1,6 @@
# Tomcat
server:
port: 9200
port: 9210
# Spring
spring: