Change port

This commit is contained in:
Jean-Marc Collin
2023-10-21 13:42:44 +00:00
parent 954fc6271c
commit c0d422a916
3 changed files with 9 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"name": "Versatile Thermostat integration",
"appPort": [
"9123:8123"
"8123:8123"
],
// "postCreateCommand": "container install",
"postCreateCommand": "./container dev-setup",