Skip to content

Commit f40037a

Browse files
Update docker-compose.yaml
1 parent 88d2dbd commit f40037a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ services:
1717
# the docker socket, you can uncomment the following
1818
# lines and set the group ID to one that has write
1919
# permissions on the docker socket.
20-
#group_add:
21-
# - "998" # docker group on host
20+
group_add:
21+
- "993" # docker group on host
2222
volumes:
2323
- /var/run/docker.sock:/var/run/docker.sock
2424
depends_on:

0 commit comments

Comments
 (0)