Browse Source

added volume for dweebui

lllllllillllllillll 1 year ago
parent
commit
e01b573673
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compose.yaml

+ 2 - 0
compose.yaml

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