mirror of
https://github.com/dockur/windows.git
synced 2025-12-16 04:03:04 +00:00
feat: Improve Github Codespaces configuration (#1488)
This commit is contained in:
parent
8472d700dc
commit
0b0de7de14
@ -2,7 +2,10 @@
|
|||||||
"name": "Windows 11 Pro",
|
"name": "Windows 11 Pro",
|
||||||
"service": "windows",
|
"service": "windows",
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "11"
|
"VERSION": "11",
|
||||||
|
"RAM_SIZE": "max",
|
||||||
|
"DISK_SIZE": "max",
|
||||||
|
"CPU_CORES": "max"
|
||||||
},
|
},
|
||||||
"forwardPorts": [8006],
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user