浏览代码

added volume for dweebui

lllllllillllllillll 1 年之前
父节点
当前提交
e01b573673
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compose.yaml

+ 2 - 0
compose.yaml

@@ -9,6 +9,7 @@ services:
     links:
       - cache
     volumes:
+      - dweebui:/app
       - /var/run/docker.sock:/var/run/docker.sock
   cache:
     container_name: DweebCache
@@ -19,4 +20,5 @@ services:
       - cache:/data
   
 volumes:
+  dweebui:
   cache: