fix: 修改端口
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 11s

This commit is contained in:
lzh
2026-01-16 22:48:55 +08:00
parent fca723f95c
commit 69d969f8b0
4 changed files with 5 additions and 5 deletions

View File

@@ -76,6 +76,6 @@ jobs:
docker run -d \
--name $CONTAINER_NAME \
--restart always \
-p 8080:8080 \
-p 20048:20048 \
-p 8090:8090 \
-p 8091:8091 \
"$IMAGE"

View File

@@ -18,7 +18,7 @@ VOLUME /tmp
COPY --from=build /app/target/*.jar app.jar
# Expose Web Port and JT808 TCP Port
EXPOSE 8080
EXPOSE 8090
EXPOSE 8091
# Run the application

View File

@@ -1,5 +1,5 @@
server:
port: 8080
port: 8090
jt808:
port: 8091

View File

@@ -1,5 +1,5 @@
server:
port: 8080
port: 8090
jt808:
port: 8091