diff --git a/.devcontainer/010 - macOS Sequoia/devcontainer.json b/.devcontainer/010 - macOS Sequoia/devcontainer.json index 05e4072..c0e09af 100644 --- a/.devcontainer/010 - macOS Sequoia/devcontainer.json +++ b/.devcontainer/010 - macOS Sequoia/devcontainer.json @@ -3,7 +3,8 @@ "service": "macos", "containerEnv": { "VERSION": "15" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", diff --git a/.devcontainer/030 - macOS Ventura/devcontainer.json b/.devcontainer/030 - macOS Ventura/devcontainer.json index ff69762..7105c85 100644 --- a/.devcontainer/030 - macOS Ventura/devcontainer.json +++ b/.devcontainer/030 - macOS Ventura/devcontainer.json @@ -3,7 +3,8 @@ "service": "macos", "containerEnv": { "VERSION": "13" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", diff --git a/.devcontainer/040 - macOS Monterey/devcontainer.json b/.devcontainer/040 - macOS Monterey/devcontainer.json index 39cf06a..f2e2936 100644 --- a/.devcontainer/040 - macOS Monterey/devcontainer.json +++ b/.devcontainer/040 - macOS Monterey/devcontainer.json @@ -3,7 +3,8 @@ "service": "macos", "containerEnv": { "VERSION": "12" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", diff --git a/.devcontainer/050 - macOS Big Sur/devcontainer.json b/.devcontainer/050 - macOS Big Sur/devcontainer.json index e6a3edf..6841ac5 100644 --- a/.devcontainer/050 - macOS Big Sur/devcontainer.json +++ b/.devcontainer/050 - macOS Big Sur/devcontainer.json @@ -3,7 +3,8 @@ "service": "macos", "containerEnv": { "VERSION": "11" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", 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", 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",