1
0
réplica de https://github.com/dockur/windows.git sincronizado 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1487)

Este cometimento está contido em:
Kroese
2025-10-15 23:47:29 +02:00
cometido por GitHub
ascendente ab457abc3c
cometimento 8472d700dc
+16 -1
Ver ficheiro
@@ -1,6 +1,21 @@
{
"name": "windows",
"name": "Windows 11 Pro",
"service": "windows",
"containerEnv": {
"VERSION": "11"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": ".github/codespaces.yml"
}