增加密码策略配置
This commit is contained in:
@@ -24,6 +24,6 @@ COPY ngnix.conf /etc/nginx/conf.d/default.conf
|
|||||||
# 复制SSL证书
|
# 复制SSL证书
|
||||||
COPY ssl/* /etc/nginx/ssl/
|
COPY ssl/* /etc/nginx/ssl/
|
||||||
|
|
||||||
EXPOSE 443
|
EXPOSE 80 443
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|||||||
Reference in New Issue
Block a user