diff --git a/Dockerfile b/Dockerfile index b946067..fe01b1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ ENTRYPOINT ["java", "-Dfile.encoding=utf-8", "-Djava.security.egd=file:/dev/./ur CMD ["-Xmx2048m", "-Xms2048m", "-XX:+UseG1GC", "-XX:MaxGCPauseMillis=200", "--spring.profiles.active=dev"] # 暴露端口 -EXPOSE 8080 \ No newline at end of file +EXPOSE 7000 \ No newline at end of file diff --git a/docker-compose-server.yml b/docker-compose-server.yml index 28841f1..b7b1175 100644 --- a/docker-compose-server.yml +++ b/docker-compose-server.yml @@ -54,4 +54,4 @@ services: - -XX:MaxGCPauseMillis=200 - --spring.profiles.active=beta ports: - - "8080:8080" \ No newline at end of file + - "7000:7000" \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 7b542e2..582b8aa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,4 +15,4 @@ services: - -XX:MaxGCPauseMillis=200 - --spring.profiles.active=beta ports: - - "8080:8080" \ No newline at end of file + - "7000:7000" \ No newline at end of file