|
@@ -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:
|