Merge pull request 'feat(devcontainer): Added containerUser for rootless podman' (#6) from feature/devcontainer-podman into main
Reviewed-on: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW/website-and-documentation/pulls/6
This commit is contained in:
commit
47ea55e2a2
1 changed files with 3 additions and 1 deletions
|
|
@ -14,5 +14,7 @@
|
|||
"forwardPorts": [
|
||||
1313
|
||||
],
|
||||
"postStartCommand": "hugo server --bind 0.0.0.0"
|
||||
"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