fix(infra): add group_add for docker socket access in hub
This commit is contained in:
@@ -11,6 +11,8 @@ services:
|
|||||||
- ../../.env
|
- ../../.env
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
group_add:
|
||||||
|
- '988'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
app-shared-net:
|
app-shared-net:
|
||||||
|
|||||||
Reference in New Issue
Block a user