瀏覽代碼

fix volumes

Hal De 3 年之前
父節點
當前提交
6b9bc9456a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -50,5 +50,6 @@ RUN chmod +x /usr/bin/systemctl \
     && mkdir -p /run/systemd/system/ \
     && systemctl disable ssh
 
+VOLUME ["/usr/local/hestia", "/home", "/backup"]
 EXPOSE 80 443 8083
 CMD ["/usr/bin/systemctl"]