Simplify container environment variables

Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from container environment.
This commit is contained in:
Kroese 2025-10-17 00:52:44 +02:00 committed by GitHub
parent 5211f4ffa0
commit 7a6d6b6b2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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