Skip to content

Commit

Permalink
Merge pull request #3258 from iBobik/patch-1
Browse files Browse the repository at this point in the history
Removed /etc/letsencrypt from explicit volumes
  • Loading branch information
jc21 committed Jan 14, 2024
2 parents 00264bc + e4ba22f commit 9f16dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY docker/rootfs /
RUN rm -rf /etc/s6-overlay/s6-rc.d/user/contents.d/frontend /etc/nginx/conf.d/dev.conf \
&& chmod 644 /etc/logrotate.d/nginx-proxy-manager

VOLUME [ "/data", "/etc/letsencrypt" ]
VOLUME [ "/data" ]
ENTRYPOINT [ "/init" ]

LABEL org.label-schema.schema-version="1.0" \
Expand Down

0 comments on commit 9f16dae

Please sign in to comment.