fix(infra): add group_add for docker socket access in hub

This commit is contained in:
asepharyana
2026-07-23 07:35:58 +07:00
parent a4852f636a
commit 688ac095f6
+2
View File
@@ -11,6 +11,8 @@ services:
- ../../.env
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
group_add:
- '988'
networks:
app-shared-net: