Browse Source

update docker-compose.yml

GITZYY 6 months ago
parent
commit
7706bd6fbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      start/Dockerfile

+ 1 - 1
start/Dockerfile

@@ -1,6 +1,6 @@
 FROM openjdk:8
 
-EXPOSE 890
+EXPOSE 891
 RUN echo "Asia/Shanghai" > /etc/timezone
 RUN mkdir /agreement
 COPY target/start-1.0-SNAPSHOT.jar /app/loan-eg-server.jar