From 4235f3cb14fc957a4db3cfd945d565f3cbc3f2a0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 29 Dec 2021 15:29:13 +0100 Subject: [PATCH] Add Container note to docker compose method as well --- source/_includes/installation/container.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index 90cf621843ee..b8264db83e7d 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -74,6 +74,10 @@ Start it by running: docker-compose up -d ``` +Once the Home Assistant Container is running Home Assistant should be accessible using `http://:8123` (replace with the hostname or IP of the system). You can continue with onboarding. + +{% include getting-started/next_step.html step="Onboarding" link="/getting-started/onboarding/" %} + ### Exposing Devices In order to use Z-Wave, Zigbee or other integrations that require access to devices, you need to map the appropriate device into the container. Ensure the user that is running the container has the correct privileges to access the `/dev/tty*` file, then add the device mapping to your container instructions: