fix: Coder needs docker permission to provisoin containers
This commit is contained in:
parent
4e3b5111ee
commit
57b37c1c5e
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
],
|
||||
"volumes": [
|
||||
"/var/run/docker.sock:/var/run/docker.sock"
|
||||
],
|
||||
"group_add": [
|
||||
"998"
|
||||
]
|
||||
},
|
||||
"Env": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue