1
0
鏡像自 https://github.com/dockur/windows.git 已同步 2026-06-11 12:49:36 +08:00

feat: Improve Github Codespaces configuration (#1497)

此提交包含在:
Kroese
2025-10-17 13:42:41 +02:00
提交者 GitHub
父節點 c6a8c0b702
當前提交 c997bf7765
共有 29 個檔案被更改,包括 82 行新增210 行删除
+21
查看文件
@@ -0,0 +1,21 @@
{
"name": "Windows 8.1 Enterprise",
"service": "windows",
"containerEnv": {
"VERSION": "8e"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
}