mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
Change port forwarding from openBrowser to notify
Updated port forwarding behavior for the macOS devcontainer.
This commit is contained in:
parent
cc2ebf7d31
commit
313bc187df
1 changed files with 1 additions and 2 deletions
|
|
@ -4,11 +4,10 @@
|
|||
"containerEnv": {
|
||||
"VERSION": "11"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
"8006": {
|
||||
"label": "Web",
|
||||
"onAutoForward": "openBrowser"
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
"otherPortsAttributes": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue