Pārlūkot izejas kodu

added volume for dweebui

lllllllillllllillll 1 gadu atpakaļ
vecāks
revīzija
e01b573673
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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: