mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
Update port forwarding settings in devcontainer.json
Changed port forwarding behavior from 'openBrowser' to 'notify' for port 8006.
This commit is contained in:
parent
010060ac57
commit
9527d5d181
1 changed files with 1 additions and 2 deletions
|
|
@ -4,11 +4,10 @@
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "2008"
|
"VERSION": "2008"
|
||||||
},
|
},
|
||||||
"forwardPorts": [8006],
|
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8006": {
|
"8006": {
|
||||||
"label": "Web",
|
"label": "Web",
|
||||||
"onAutoForward": "openBrowser"
|
"onAutoForward": "notify"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"otherPortsAttributes": {
|
"otherPortsAttributes": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue