diff --git a/komodo/automate/coder/compose.yaml b/komodo/automate/coder/compose.yaml index e1404d7..cc5cffe 100644 --- a/komodo/automate/coder/compose.yaml +++ b/komodo/automate/coder/compose.yaml @@ -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).