mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
修复dnspod创建证书失败
This commit is contained in:
parent
fe0352b69c
commit
e1a4cfdd21
@ -7,6 +7,8 @@ EXPOSE 80 81 443
|
||||
RUN rm -rf /app/frontend
|
||||
COPY frontend/dist /app/frontend
|
||||
|
||||
RUN python3 -m pip install --upgrade pip && pip install certbot-dns-dnspod && pip install zope
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
VOLUME [ "/data", "/etc/letsencrypt" ]
|
||||
|
Loading…
Reference in New Issue
Block a user