From 99d37dfd67845cc90cb90a8697de503a16c00f63 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:28:20 +0200 Subject: [PATCH] Add forwardPorts configuration to devcontainer.json --- .devcontainer/210 - Tiny10/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/210 - Tiny10/devcontainer.json b/.devcontainer/210 - Tiny10/devcontainer.json index 4f39fe0..3df1b88 100644 --- a/.devcontainer/210 - Tiny10/devcontainer.json +++ b/.devcontainer/210 - Tiny10/devcontainer.json @@ -3,7 +3,8 @@ "service": "windows", "containerEnv": { "VERSION": "tiny10" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web",