Simplify container environment configuration

Removed unnecessary resource limits from container environment.
This commit is contained in:
Kroese 2025-10-17 00:53:10 +02:00 committed by GitHub
parent 7a6d6b6b2f
commit bbb3520318
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,7 @@
"name": "Windows Vista Ultimate (64-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "vu",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "vu"
},
"forwardPorts": [8006],
"portsAttributes": {