Parcourir la source

web: add letsencrypt volume

Matthias Herzog il y a 5 ans
Parent
commit
e6eecce2af
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      web/Dockerfile

+ 1 - 2
web/Dockerfile

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