diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 793c7d6..5809b01 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,14 +4,15 @@ "containerEnv": { "VERSION": "11" }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "openPreview" + "onAutoForward": "notify" } }, "otherPortsAttributes": { - "onAutoForward": "openPreview" + "onAutoForward": "ignore" }, "dockerComposeFile": "codespaces.yml", "workspaceFolder": "/workspaces/windows",