From b0bb551bc15fe535b037973c5c5cf8cf35554413 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 11:33:20 +0200 Subject: [PATCH] Add port 8006 to forwardPorts in devcontainer config --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 10cf271..d7c98a8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,6 +4,7 @@ "containerEnv": { "VERSION": "11" }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web",