From 77817e0b75f1a5bca71713b4b2aaf41b601dedc6 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Thu, 4 Jul 2024 18:50:42 +0200 Subject: [PATCH] Since the backend is executing inside the VM, no need to go through the socket on the host, use the engine socket directly Signed-off-by: Guillaume Tardif --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f3d8dcd..a35e9d0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,4 +6,4 @@ services: - DAC_OVERRIDE - FOWNER volumes: - - /var/run/docker.sock:/var/run/docker.sock + - /var/run/docker.sock.raw:/var/run/docker.sock