Update komodo/automate/coder/compose.yaml

Added group_add for docker sock permission
This commit is contained in:
2026-01-31 04:06:54 +00:00
parent d493a1eefd
commit c1eb0bc7ae

View File

@@ -16,8 +16,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:
- "998" # docker group on host
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# Run "docker volume rm coder_coder_home" to reset the dev tunnel url (https://abc.xyz.try.coder.app).