docker-windows/.devcontainer.json
Kroese b9711622a8
Remove storage requirements from .devcontainer.json
Removed host requirements for storage in the devcontainer configuration.
2025-10-15 21:53:53 +02:00

6 lines
123 B
JSON

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