From 42f6eb7ede559d32822da1a6e5c023a8a052c16f Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 14 Oct 2025 03:55:28 +0200 Subject: [PATCH] Update .devcontainer.json with host requirements Added host requirements for storage capacity. --- .devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index a7eeaf5..dcd11bf 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,5 +2,8 @@ "name": "windows", "service": "windows", "forwardPorts": [8006], - "dockerComposeFile": ".github/codespaces.yml" + "dockerComposeFile": ".github/codespaces.yml", + "hostRequirements": { + "storage": "64gb" + } }