feat(devcontainer): Added containerUser for rootless podman
This commit is contained in:
parent
8cba1c1828
commit
34938e6485
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"forwardPorts": [
|
||||
1313
|
||||
],
|
||||
"postStartCommand": "hugo server",
|
||||
"postStartCommand": "hugo server --bind 0.0.0.0",
|
||||
// non-root user (e.g. for rootless podman)
|
||||
"containerUser": "vscode"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue