From 69d969f8b078fac5e38855a859884775dae760ef Mon Sep 17 00:00:00 2001 From: lzh Date: Fri, 16 Jan 2026 22:48:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-deploy.yml | 4 ++-- Dockerfile | 2 +- src/main/resources/application.yml | 2 +- target/classes/application.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci-deploy.yml b/.gitea/workflows/ci-deploy.yml index 2867ab8..eec77b1 100644 --- a/.gitea/workflows/ci-deploy.yml +++ b/.gitea/workflows/ci-deploy.yml @@ -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" diff --git a/Dockerfile b/Dockerfile index b66da47..4019219 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 133670b..ac20b6a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 8080 + port: 8090 jt808: port: 8091 diff --git a/target/classes/application.yml b/target/classes/application.yml index 133670b..ac20b6a 100644 --- a/target/classes/application.yml +++ b/target/classes/application.yml @@ -1,5 +1,5 @@ server: - port: 8080 + port: 8090 jt808: port: 8091