perf: 去掉不使用的 8070 端口标识

This commit is contained in:
吴小白
2022-11-27 20:20:26 +08:00
parent 211f560400
commit b2bb46a51e
2 changed files with 2 additions and 2 deletions

View File

@@ -100,6 +100,6 @@ VOLUME /opt/jumpserver/logs
ENV LANG=zh_CN.UTF-8
EXPOSE 8070
EXPOSE 8080
ENTRYPOINT ["./entrypoint.sh"]

View File

@@ -91,6 +91,6 @@ VOLUME /opt/jumpserver/logs
ENV LANG=zh_CN.UTF-8
EXPOSE 8070
EXPOSE 8080
ENTRYPOINT ["./entrypoint.sh"]