mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-23 07:38:42 -06:00
Update devcontainer.json
This commit is contained in:
parent
9e9cf7d1c2
commit
ec4404b26c
|
@ -3,5 +3,14 @@
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/rust:1": {},
|
"ghcr.io/devcontainers/features/rust:1": {},
|
||||||
"ghcr.io/devcontainers/features/desktop-lite:1": {}
|
"ghcr.io/devcontainers/features/desktop-lite:1": {}
|
||||||
|
},
|
||||||
|
"forwardPorts": [6080, 5901],
|
||||||
|
"portsAttributes": {
|
||||||
|
"6080": {
|
||||||
|
"label": "desktop"
|
||||||
|
},
|
||||||
|
"5901": {
|
||||||
|
"label": "desktop"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue