Browse Source

web: add letsencrypt volume

Matthias Herzog 6 năm trước cách đây
mục cha
commit
e6eecce2af
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      web/Dockerfile

+ 1 - 2
web/Dockerfile

@@ -12,5 +12,4 @@ COPY rootfs/ /
 
 EXPOSE 80 443
 
-VOLUME /config
-
+VOLUME ["/config", "/etc/letsencrypt"]