From 7a6d6b6b2f4bbd85b0fe90d15ab5593f8ea69573 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:52:44 +0200 Subject: [PATCH] Simplify container environment variables Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from container environment. --- .devcontainer/tiny11/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/tiny11/devcontainer.json b/.devcontainer/tiny11/devcontainer.json index a659705..1d06e20 100644 --- a/.devcontainer/tiny11/devcontainer.json +++ b/.devcontainer/tiny11/devcontainer.json @@ -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": {