mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Update devcontainer configuration for Windows 11 Pro
This commit is contained in:
parent
6c566dca84
commit
ebf4dd9031
1 changed files with 13 additions and 2 deletions
|
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"name": "Windows 11 Pro",
|
||||
"service": "windows",
|
||||
"containerEnv": {
|
||||
"VERSION": "11",
|
||||
"RAM_SIZE": "max",
|
||||
"DISK_SIZE": "max",
|
||||
"CPU_CORES": "max"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
"8006": {
|
||||
|
|
@ -9,5 +17,8 @@
|
|||
"otherPortsAttributes": {
|
||||
"onAutoForward": "silent"
|
||||
},
|
||||
"hostRequirements": {
|
||||
"storage": "64gb"
|
||||
},
|
||||
"dockerComposeFile": "codespaces.yml"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue