Change Rollup port to 1000
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"workspaceFolder": "${localWorkspaceFolder}",
|
||||
"shutdownAction": "stopCompose",
|
||||
"portsAttributes": {
|
||||
"41000": {
|
||||
"1000": {
|
||||
"label": "Rollup",
|
||||
"onAutoForward": "silent"
|
||||
},
|
||||
@@ -18,7 +18,7 @@
|
||||
"onAutoForward": "silent"
|
||||
}
|
||||
},
|
||||
"forwardPorts": ["hass:8123", "frigate:5000"],
|
||||
"forwardPorts": [1000, "hass:8123", "frigate:5000"],
|
||||
"initializeCommand": ".devcontainer/initialize.sh",
|
||||
"postCreateCommand": "yarn install",
|
||||
"extensions": [
|
||||
|
||||
Reference in New Issue
Block a user