修改tls版本

This commit is contained in:
joylink_zhangsai 2020-12-02 12:01:30 +08:00
parent 76889f8411
commit 700e6274f0
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ EXPOSE 9000 19000/tcp
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
CMD java -jar -Dfile.encoding=UTF-8 -Dspring.profiles.active=prd /app.jar
CMD java -jar -Dfile.encoding=UTF-8 -Dspring.profiles.active=prd -Dhttps.protocols=TLSv1.2 /app.jar