Add host requirements for storage in devcontainer

This commit is contained in:
Kroese 2025-10-16 10:51:16 +02:00 committed by GitHub
parent ebf4dd9031
commit 2478e91f50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,5 +17,8 @@
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "16gb"
},
"dockerComposeFile": "../codespaces.yml"
}