浏览代码

web: add letsencrypt volume

Matthias Herzog 5 年之前
父节点
当前提交
e6eecce2af
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      web/Dockerfile

+ 1 - 2
web/Dockerfile

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