mirror of
https://github.com/dockur/windows.git
synced 2025-12-16 04:03:04 +00:00
feat: Improve Github Codespaces configuration (#1487)
This commit is contained in:
parent
ab457abc3c
commit
8472d700dc
@ -1,6 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name": "windows",
|
"name": "Windows 11 Pro",
|
||||||
"service": "windows",
|
"service": "windows",
|
||||||
"forwardPorts": [8006],
|
"containerEnv": {
|
||||||
|
"VERSION": "11"
|
||||||
|
},
|
||||||
|
"forwardPorts": [8006],
|
||||||
|
"portsAttributes": {
|
||||||
|
"8006": {
|
||||||
|
"label": "Web",
|
||||||
|
"onAutoForward": "openBrowser"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"otherPortsAttributes": {
|
||||||
|
"onAutoForward": "silent"
|
||||||
|
},
|
||||||
|
"hostRequirements": {
|
||||||
|
"storage": "64gb"
|
||||||
|
},
|
||||||
"dockerComposeFile": ".github/codespaces.yml"
|
"dockerComposeFile": ".github/codespaces.yml"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user