2025-03-18 10:13:37 +00:00
|
|
|
{
|
2025-10-15 21:47:29 +00:00
|
|
|
"name": "Windows 11 Pro",
|
2025-03-18 10:13:37 +00:00
|
|
|
"service": "windows",
|
2025-10-15 21:47:29 +00:00
|
|
|
"containerEnv": {
|
2025-10-17 11:42:41 +00:00
|
|
|
"VERSION": "11"
|
2025-10-16 08:54:06 +00:00
|
|
|
},
|
2025-10-19 10:49:32 +00:00
|
|
|
"forwardPorts": [8006],
|
2025-10-15 21:47:29 +00:00
|
|
|
"portsAttributes": {
|
|
|
|
|
"8006": {
|
|
|
|
|
"label": "Web",
|
2025-10-19 08:50:46 +00:00
|
|
|
"onAutoForward": "notify"
|
2025-10-15 21:47:29 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"otherPortsAttributes": {
|
2025-10-18 23:31:23 +00:00
|
|
|
"onAutoForward": "ignore"
|
2025-10-19 08:50:46 +00:00
|
|
|
},
|
2025-10-18 23:31:23 +00:00
|
|
|
"dockerComposeFile": "codespaces.yml",
|
|
|
|
|
"initializeCommand": "docker system prune --all --force"
|
2025-03-18 10:13:37 +00:00
|
|
|
}
|