Revert port number to 3000 (#93)

This commit is contained in:
andrebrowne
2023-07-19 17:06:04 -04:00
committed by GitHub
parent 15ba80171a
commit 27f64c5027

View File

@@ -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"
}