docker-windows/.devcontainer.json

10 lines
175 B
JSON
Raw Normal View History

2025-03-18 20:13:37 +10:00
{
2025-03-18 11:17:27 +01:00
"name": "windows",
2025-03-18 20:13:37 +10:00
"service": "windows",
2025-03-19 09:23:29 +01:00
"forwardPorts": [8006],
"dockerComposeFile": ".github/codespaces.yml",
"hostRequirements": {
"storage": "64gb"
}
2025-03-18 20:13:37 +10:00
}