Add Shelly CoAP port to default container port (#108016)

* Add Shelly CoAP port to default container port

* Update devcontainer.json
This commit is contained in:
Simone Chemelli 2024-01-24 19:00:57 +01:00 committed by GitHub
parent a90d8b6a0c
commit c6a1ec96f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"postCreateCommand": "script/setup",
"postStartCommand": "script/bootstrap",
"containerEnv": { "DEVCONTAINER": "1" },
"appPort": ["8123:8123"],
// Port 5683 udp is used by Shelly integration
"appPort": ["8123:8123", "5683:5683/udp"],
"runArgs": ["-e", "GIT_EDITOR=code --wait"],
"customizations": {
"vscode": {