mirror of
https://github.com/dockur/windows.git
synced 2025-10-18 14:02:27 +00:00
22 lines
406 B
JSON
22 lines
406 B
JSON
{
|
|
"name": "Windows 11 Enterprise",
|
|
"service": "windows",
|
|
"containerEnv": {
|
|
"VERSION": "11e"
|
|
},
|
|
"forwardPorts": [8006],
|
|
"portsAttributes": {
|
|
"8006": {
|
|
"label": "Web",
|
|
"onAutoForward": "openBrowser"
|
|
}
|
|
},
|
|
"otherPortsAttributes": {
|
|
"onAutoForward": "silent"
|
|
},
|
|
"hostRequirements": {
|
|
"storage": "64gb"
|
|
},
|
|
"dockerComposeFile": "../codespaces.yml"
|
|
}
|