windows/.devcontainer.json

7 lines
123 B
JSON
Raw Permalink Normal View History

2025-03-18 10:13:37 +00:00
{
2025-03-18 10:17:27 +00:00
"name": "windows",
2025-03-18 10:13:37 +00:00
"service": "windows",
2025-03-19 08:23:29 +00:00
"forwardPorts": [8006],
"dockerComposeFile": ".github/codespaces.yml"
2025-03-18 10:13:37 +00:00
}