diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4d69c46..954d5e2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -26,7 +26,7 @@ // Use 'portsAttributes' to set default properties for specific forwarded ports. // More info: https://containers.dev/implementors/json_reference/#port-attributes "portsAttributes": { - "9000": { + "3000": { "label": "Hello Remote World", "onAutoForward": "notify" }