From ace316fcf25bb8a645442ebd679f6c6a47489a4f Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:33:57 +0200 Subject: [PATCH] Add forwardPorts configuration to devcontainer.json --- .devcontainer/060 - macOS Catalina/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/060 - macOS Catalina/devcontainer.json b/.devcontainer/060 - macOS Catalina/devcontainer.json index bc87dd3..3cf6d53 100644 --- a/.devcontainer/060 - macOS Catalina/devcontainer.json +++ b/.devcontainer/060 - macOS Catalina/devcontainer.json @@ -3,7 +3,8 @@ "service": "macos", "containerEnv": { "VERSION": "10" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web",