From cbe3a06bc3b76b76fcc1a4c4b9c795434ed9a3a0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:32:51 +0200 Subject: [PATCH] Add port forwarding for port 8006 --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8c32a13..2a34346 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,8 @@ "service": "macos", "containerEnv": { "VERSION": "14" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web",