Ver código fonte

web: add letsencrypt volume

Matthias Herzog 6 anos atrás
pai
commit
e6eecce2af
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      web/Dockerfile

+ 1 - 2
web/Dockerfile

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