mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
Change port forwarding behavior in devcontainer.json
This commit is contained in:
parent
6cb12bc91b
commit
cee0ba7a45
1 changed files with 1 additions and 2 deletions
|
|
@ -4,11 +4,10 @@
|
|||
"containerEnv": {
|
||||
"VERSION": "xp"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
"8006": {
|
||||
"label": "Web",
|
||||
"onAutoForward": "openBrowser"
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
"otherPortsAttributes": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue