mirror of
https://github.com/dockur/windows.git
synced 2025-10-26 19:05:49 +00:00
Update devcontainer.json
This commit is contained in:
parent
77e6ca0ee5
commit
a3ec11cf22
1 changed files with 3 additions and 2 deletions
|
|
@ -4,14 +4,15 @@
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "11"
|
"VERSION": "11"
|
||||||
},
|
},
|
||||||
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8006": {
|
"8006": {
|
||||||
"label": "Web",
|
"label": "Web",
|
||||||
"onAutoForward": "openPreview"
|
"onAutoForward": "notify"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"otherPortsAttributes": {
|
"otherPortsAttributes": {
|
||||||
"onAutoForward": "openPreview"
|
"onAutoForward": "ignore"
|
||||||
},
|
},
|
||||||
"dockerComposeFile": "codespaces.yml",
|
"dockerComposeFile": "codespaces.yml",
|
||||||
"workspaceFolder": "/workspaces/windows",
|
"workspaceFolder": "/workspaces/windows",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue