fix: 修改端口
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 11s
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 11s
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 8080
|
||||
port: 8090
|
||||
|
||||
jt808:
|
||||
port: 8091
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 8080
|
||||
port: 8090
|
||||
|
||||
jt808:
|
||||
port: 8091
|
||||
|
||||
Reference in New Issue
Block a user