Clean up container environment settings

Removed unused container environment settings for RAM, disk size, and CPU cores.
This commit is contained in:
Kroese 2025-10-17 00:42:49 +02:00 committed by GitHub
parent 62057f4bc9
commit 7dd070723e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,7 @@
"name": "macOS 14 (Sonoma)",
"service": "macos",
"containerEnv": {
"VERSION": "14",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "14"
},
"forwardPorts": [8006],
"portsAttributes": {