Update komodo/automate/coder/compose.yaml

This commit is contained in:
2026-01-31 04:39:23 +00:00
parent fe72dad0e9
commit 701d92b48a

View File

@@ -28,7 +28,7 @@ services:
# lines and set the group ID to one that has write
# permissions on the docker socket.
group_add:
- "998" # docker group on host
- "988" # 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).