mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Mount devcontainer workspace SELinux compatible (#1816)
This commit is contained in:
parent
15952a3c7f
commit
8130c05ccc
1 changed files with 3 additions and 1 deletions
|
@ -10,10 +10,12 @@
|
||||||
"NODE_VERSION": "v16"
|
"NODE_VERSION": "v16"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"workspaceMount": "",
|
||||||
"runArgs": [
|
"runArgs": [
|
||||||
"--cap-add=SYS_PTRACE",
|
"--cap-add=SYS_PTRACE",
|
||||||
"--security-opt",
|
"--security-opt",
|
||||||
"seccomp=unconfined"
|
"seccomp=unconfined",
|
||||||
|
"--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z"
|
||||||
],
|
],
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue