1
0
zrcadlo https://github.com/dockur/windows.git synchronizováno 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1497)

Tento commit je obsažen v:
Kroese
2025-10-17 13:42:41 +02:00
odevzdal GitHub
rodič c6a8c0b702
revize c997bf7765
29 změnil soubory, kde provedl 82 přidání a 210 odebrání
+21
Zobrazit soubor
@@ -0,0 +1,21 @@
{
"name": "Windows Server 2025",
"service": "windows",
"containerEnv": {
"VERSION": "2025"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
}