diff --git a/docs/hassio_addon_tutorial.md b/docs/hassio_addon_tutorial.md index b9dd8096..16eadcc6 100644 --- a/docs/hassio_addon_tutorial.md +++ b/docs/hassio_addon_tutorial.md @@ -133,7 +133,7 @@ Add "ports" to `config.json`. This will make TCP on port 8000 inside the contain Update `run.sh` to start the Python 3 server: ``` -python3 -m http.server +python3 -m http.server 8000 ``` ## Step 4: Installing the update