fix: Volume permissions error
This commit is contained in:
parent
68f87b48c4
commit
4eb40ca819
1 changed files with 8 additions and 2 deletions
|
@ -16,8 +16,14 @@
|
||||||
"web"
|
"web"
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
".local:/home/coder/.local",
|
"local:/home/coder/.local"
|
||||||
".config:/home/coder/.config"
|
],
|
||||||
|
"mounts": [
|
||||||
|
{
|
||||||
|
"type": "volume",
|
||||||
|
"target": "/home/coder/.config",
|
||||||
|
"source": "coder-config"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Resources": {
|
"Resources": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue