fix: Volume permissions error

This commit is contained in:
Ben Martin 2024-06-29 12:42:11 +00:00
parent 68f87b48c4
commit 4eb40ca819
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -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": {