mirror of
https://github.com/dockur/windows.git
synced 2025-10-14 20:12:22 +00:00
Update .devcontainer.json with host requirements
Added host requirements for storage capacity.
This commit is contained in:
parent
013c18ef2f
commit
42f6eb7ede
@ -2,5 +2,8 @@
|
||||
"name": "windows",
|
||||
"service": "windows",
|
||||
"forwardPorts": [8006],
|
||||
"dockerComposeFile": ".github/codespaces.yml"
|
||||
"dockerComposeFile": ".github/codespaces.yml",
|
||||
"hostRequirements": {
|
||||
"storage": "64gb"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user