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

feat: Improve Github Codespaces configuration (#1506)

Tento commit je obsažen v:
Kroese
2025-10-19 01:31:23 +02:00
odevzdal GitHub
rodič b998cd4c7f
revize 10449a3d29
22 změnil soubory, kde provedl 73 přidání a 96 odebrání
+3 -5
Zobrazit soubor
@@ -12,10 +12,8 @@
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
"onAutoForward": "ignore"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
"dockerComposeFile": "../codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}