docker-windows/.devcontainer/devcontainer.json
Kroese 2f95d1d24c
Update devcontainer.json by removing resource limits
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv.
2025-10-17 00:54:10 +02:00

21 lines
390 B
JSON

{
"name": "Windows 11 Pro",
"service": "windows",
"containerEnv": {
"VERSION": "11"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "codespaces.yml"
}