1
0
duplikat dari https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1497)

This commit is contained in:
Kroese
2025-10-17 13:42:41 +02:00
committed by GitHub
orang tua c6a8c0b702
melakukan c997bf7765
29 mengubah file dengan 82 tambahan dan 210 penghapusan
@@ -0,0 +1,18 @@
{
"name": "Windows Vista Ultimate",
"service": "windows",
"containerEnv": {
"VERSION": "vu"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}