From f40037ac3a6884cc37a389d8ce8f9984e8ff446d Mon Sep 17 00:00:00 2001 From: instantRahmen <42784024+instantrahmen@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:41:02 -0400 Subject: [PATCH] Update docker-compose.yaml --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 58692aa73e1f1..6d6069ed43fb2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,8 +17,8 @@ services: # the docker socket, you can uncomment the following # lines and set the group ID to one that has write # permissions on the docker socket. - #group_add: - # - "998" # docker group on host + group_add: + - "993" # docker group on host volumes: - /var/run/docker.sock:/var/run/docker.sock depends_on: