Skip to content

Commit e4ba22f

Browse files
authored
Removed /etc/letsencrypt from explicit volumes
So it can be moved in other images using this as a base. Fixes #3170
1 parent 3197de4 commit e4ba22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN rm -rf /etc/s6-overlay/s6-rc.d/user/contents.d/frontend /etc/nginx/conf.d/de
5151
&& pip uninstall --yes setuptools \
5252
&& pip install --no-cache-dir "setuptools==58.0.0"
5353

54-
VOLUME [ "/data", "/etc/letsencrypt" ]
54+
VOLUME [ "/data" ]
5555
ENTRYPOINT [ "/init" ]
5656

5757
LABEL org.label-schema.schema-version="1.0" \

0 commit comments

Comments
 (0)