Selaa lähdekoodia

web: add letsencrypt volume

Matthias Herzog 6 vuotta sitten
vanhempi
sitoutus
e6eecce2af
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      web/Dockerfile

+ 1 - 2
web/Dockerfile

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