소스 검색

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: