From 4eba5b31120177784cc4aa7777dc1512d6c6f425 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 4 Dec 2024 02:07:11 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-homeassistant.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-homeassistant.md b/docs/images/docker-homeassistant.md index 2b4793bc36..6abfc27fe3 100755 --- a/docs/images/docker-homeassistant.md +++ b/docs/images/docker-homeassistant.md @@ -79,6 +79,10 @@ For the [Ping][ping0] integration to work, the capability `NET_RAW` must be adde To help you get started creating a container from this image you can either use docker-compose or the docker cli. +!!! info + + Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided. + ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) ```yaml @@ -125,7 +129,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `8123` | Application WebUI, only use this if you are not using host mode. | +| `8123:8123` | Application WebUI, only use this if you are not using host mode. | #### Networking (`--net`)