1
0
Mirror von https://github.com/dockur/windows.git synchronisiert 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1506)

Dieser Commit ist enthalten in:
Kroese
2025-10-19 01:31:23 +02:00
committet von GitHub
Ursprung b998cd4c7f
Commit 10449a3d29
22 geänderte Dateien mit 73 neuen und 96 gelöschten Zeilen
@@ -12,10 +12,8 @@
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
"onAutoForward": "ignore"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
"dockerComposeFile": "../codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}