mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-02-21 10:27:22 +08:00
feat: Improve Github Codespaces configuration
Removed port forwarding for port 5000 and changed auto-forward behavior.
This commit is contained in:
parent
b0dbfcb805
commit
611c4de594
@ -4,11 +4,10 @@
|
||||
"containerEnv": {
|
||||
"ALLOCATE": "Y"
|
||||
},
|
||||
"forwardPorts": [5000],
|
||||
"portsAttributes": {
|
||||
"5000": {
|
||||
"label": "Web",
|
||||
"onAutoForward": "openBrowser"
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
"otherPortsAttributes": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user