From dd492d295f6b74cc640f1c9af4162e45ba60cf98 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya Date: Sun, 8 Dec 2024 18:25:05 +0900 Subject: [PATCH] add docker.sock --- compose-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose-test.yaml b/compose-test.yaml index a4f6a1e..75a00fd 100644 --- a/compose-test.yaml +++ b/compose-test.yaml @@ -20,6 +20,7 @@ services: volumes: - ./backend/recotem:/app - test-data-location:/app/data/ + - /var/run/docker.sock:/var/run/docker.sock ports: - "8000:80" environment: