mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
Removed /etc/letsencrypt from explicit volumes
So it can be moved in other images using this as a base. Fixes #3170
This commit is contained in:
parent
3197de41de
commit
e4ba22f0f8
@ -51,7 +51,7 @@ RUN rm -rf /etc/s6-overlay/s6-rc.d/user/contents.d/frontend /etc/nginx/conf.d/de
|
|||||||
&& pip uninstall --yes setuptools \
|
&& pip uninstall --yes setuptools \
|
||||||
&& pip install --no-cache-dir "setuptools==58.0.0"
|
&& pip install --no-cache-dir "setuptools==58.0.0"
|
||||||
|
|
||||||
VOLUME [ "/data", "/etc/letsencrypt" ]
|
VOLUME [ "/data" ]
|
||||||
ENTRYPOINT [ "/init" ]
|
ENTRYPOINT [ "/init" ]
|
||||||
|
|
||||||
LABEL org.label-schema.schema-version="1.0" \
|
LABEL org.label-schema.schema-version="1.0" \
|
||||||
|
Loading…
Reference in New Issue
Block a user