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