1
0
قرینه از https://github.com/dockur/windows.git synced 2026-06-10 20:25:40 +08:00

feat: Improve Github Codespaces configuration (#1497)

This commit is contained in:
Kroese
2025-10-17 13:42:41 +02:00
کامیت شده توسط GitHub
والد c6a8c0b702
کامیت c997bf7765
29فایلهای تغییر یافته به همراه82 افزوده شده و 210 حذف شده
@@ -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"
}