Sfoglia il codice sorgente

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

疯狂的狮子li 3 anni fa
parent
commit
97a8c1932b
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      ruoyi-auth/Dockerfile
  2. 1 1
      ruoyi-auth/src/main/resources/application.yml

+ 1 - 1
ruoyi-auth/Dockerfile

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

+ 1 - 1
ruoyi-auth/src/main/resources/application.yml

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