Update komodo/automate/coder/compose.yaml
Added group_add for docker sock permission
This commit is contained in:
@@ -16,8 +16,8 @@ services:
|
|||||||
# the docker socket, you can uncomment the following
|
# the docker socket, you can uncomment the following
|
||||||
# lines and set the group ID to one that has write
|
# lines and set the group ID to one that has write
|
||||||
# permissions on the docker socket.
|
# permissions on the docker socket.
|
||||||
#group_add:
|
group_add:
|
||||||
# - "998" # docker group on host
|
- "998" # docker group on host
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /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).
|
# Run "docker volume rm coder_coder_home" to reset the dev tunnel url (https://abc.xyz.try.coder.app).
|
||||||
|
|||||||
Reference in New Issue
Block a user