mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-12 10:48:42 -06:00
17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/rust:1": {},
|
|
"ghcr.io/devcontainers/features/desktop-lite:1": {}
|
|
},
|
|
"forwardPorts": [6080, 5901],
|
|
"portsAttributes": {
|
|
"6080": {
|
|
"label": "desktop"
|
|
},
|
|
"5901": {
|
|
"label": "desktop"
|
|
}
|
|
}
|
|
}
|