mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
Remove storage requirements from .devcontainer.json
Removed host requirements for storage in the devcontainer configuration.
This commit is contained in:
parent
58d75959f7
commit
b9711622a8
1 changed files with 0 additions and 3 deletions
|
|
@ -2,8 +2,5 @@
|
||||||
"name": "windows",
|
"name": "windows",
|
||||||
"service": "windows",
|
"service": "windows",
|
||||||
"forwardPorts": [8006],
|
"forwardPorts": [8006],
|
||||||
"hostRequirements": {
|
|
||||||
"storage": "64gb"
|
|
||||||
},
|
|
||||||
"dockerComposeFile": ".github/codespaces.yml"
|
"dockerComposeFile": ".github/codespaces.yml"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue