From 7b15de8b5f37090354ba10feb537494ac81b8a07 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:27:56 +0200 Subject: [PATCH] Add forwardPorts configuration to devcontainer.json --- .devcontainer/190 - Tiny11 Core/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/190 - Tiny11 Core/devcontainer.json b/.devcontainer/190 - Tiny11 Core/devcontainer.json index f928c24..78da098 100644 --- a/.devcontainer/190 - Tiny11 Core/devcontainer.json +++ b/.devcontainer/190 - Tiny11 Core/devcontainer.json @@ -3,7 +3,8 @@ "service": "windows", "containerEnv": { "VERSION": "core11" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web",