Update .devcontainer.json

This commit is contained in:
Kroese 2025-10-14 03:58:44 +02:00 committed by GitHub
parent 42f6eb7ede
commit 58d75959f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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