windows_in_docker/.devcontainer.json
2025-10-14 03:58:44 +02:00

10 lines
175 B
JSON

{
"name": "windows",
"service": "windows",
"forwardPorts": [8006],
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": ".github/codespaces.yml"
}