mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
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:
parent
a90d8b6a0c
commit
c6a1ec96f4
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user