1
0
miroir de https://github.com/dockur/windows.git synchronisé 2026-06-11 12:49:36 +08:00

feat: Make Windows version selectable in Codespaces (#1489)

Cette révision appartient à :
Kroese
2025-10-16 10:54:06 +02:00
révisé par GitHub
Parent 0b0de7de14
révision 42a149d7b9
26 fichiers modifiés avec 552 ajouts et 3 suppressions
+21
Voir le fichier
@@ -0,0 +1,21 @@
{
"name": "Windows Server 2003",
"service": "windows",
"containerEnv": {
"VERSION": "2003",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}