Update devcontainer.json environment variables

Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv.
This commit is contained in:
Kroese 2025-10-17 00:51:58 +02:00 committed by GitHub
parent e8fde07286
commit fc7b284b90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,7 @@
"name": "Tiny 11 Core", "name": "Tiny 11 Core",
"service": "windows", "service": "windows",
"containerEnv": { "containerEnv": {
"VERSION": "core11", "VERSION": "core11"
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
}, },
"forwardPorts": [8006], "forwardPorts": [8006],
"portsAttributes": { "portsAttributes": {