From bfa432026561df37b41c7f56fe3790e17018106c Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 09:58:51 +0200 Subject: [PATCH] Remove ALLOCATE from container environment Removed ALLOCATE environment variable from container configuration. --- .devcontainer/devcontainer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b9e88a5..ff4e918 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,9 +1,6 @@ { "name": "Virtual DSM", "service": "dsm", - "containerEnv": { - "ALLOCATE": "Y" - }, "portsAttributes": { "5000": { "label": "Web",