We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3197de4 commit e4ba22fCopy full SHA for e4ba22f
docker/Dockerfile
@@ -51,7 +51,7 @@ RUN rm -rf /etc/s6-overlay/s6-rc.d/user/contents.d/frontend /etc/nginx/conf.d/de
51
&& pip uninstall --yes setuptools \
52
&& pip install --no-cache-dir "setuptools==58.0.0"
53
54
-VOLUME [ "/data", "/etc/letsencrypt" ]
+VOLUME [ "/data" ]
55
ENTRYPOINT [ "/init" ]
56
57
LABEL org.label-schema.schema-version="1.0" \
0 commit comments