1
0
镜像自地址 https://github.com/dockur/windows.git 已同步 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1487)

这个提交包含在:
Kroese
2025-10-15 23:47:29 +02:00
提交者 GitHub
父节点 ab457abc3c
当前提交 8472d700dc
+17 -2
查看文件
@@ -1,6 +1,21 @@
{
"name": "windows",
"name": "Windows 11 Pro",
"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"
}