From 5fb6e8c2e114dcd600e0cfa5c39ab07b779d41c3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 01:09:54 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/030 - macOS Ventura/devcontainer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.devcontainer/030 - macOS Ventura/devcontainer.json b/.devcontainer/030 - macOS Ventura/devcontainer.json index 188d2ba..2f58417 100644 --- a/.devcontainer/030 - macOS Ventura/devcontainer.json +++ b/.devcontainer/030 - macOS Ventura/devcontainer.json @@ -12,10 +12,8 @@ } }, "otherPortsAttributes": { - "onAutoForward": "silent" + "onAutoForward": "ignore" }, - "hostRequirements": { - "storage": "64gb" - }, - "dockerComposeFile": "../codespaces.yml" + "dockerComposeFile": "../codespaces.yml", + "initializeCommand": "docker system prune --all --force" }