From 22b50b9350b43385e6e21c0dc0bf16dd134aa97d Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 19:02:33 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5de96d5..9772d1c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,8 +14,5 @@ "otherPortsAttributes": { "onAutoForward": "silent" }, - "hostRequirements": { - "storage": "64gb" - }, "dockerComposeFile": "codespaces.yml" }