增加密码策略配置

This commit is contained in:
2026-05-26 09:04:32 +08:00
parent 7903c0c133
commit bf5635f8e3

View File

@@ -24,6 +24,6 @@ COPY ngnix.conf /etc/nginx/conf.d/default.conf
# 复制SSL证书
COPY ssl/* /etc/nginx/ssl/
EXPOSE 443
EXPOSE 80 443
CMD ["nginx", "-g", "daemon off;"]