端口号改变

master
fst1996 2023-09-17 16:30:44 +08:00
parent 10ae664337
commit 0ef6720c97
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
FROM anolis-registry.cn-zhangjiakou.cr.aliyuncs.com/openanolis/openjdk:17-8.6
#暴露端口位置
EXPOSE 9300
EXPOSE 9301
# 挂载目录
VOLUME /home/logs/bawei-file

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 9300
port: 9301
# Spring
spring: