Browse Source

added volume for dweebui

lllllllillllllillll 1 năm trước cách đây
mục cha
commit
e01b573673
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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: