Skip to content

Commit 953a961

Browse files
authored
Merge pull request #2498 from mmattel/update_docker_docs
[docs] Update docker docs
2 parents e9f0f6e + 42d46f6 commit 953a961

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/DOCKER_TUTORIAL.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ later.
4141

4242
Before you start, you need to know the following:
4343

44-
* HA\_URL: The URL of your running Home Assistant, in the form of ``http://[name]:[port]``. Port is usually 8123.
45-
* TOKEN: If your Home Assistant is using Long-Lived Tokens you will need to use TOKEN
44+
* **HA\_URL**: The URL of your running Home Assistant, in the form of ``http://[name]:[port]``. Port is usually 8123.
45+
* **TOKEN**: If your Home Assistant is using Long-Lived Tokens you will need to use TOKEN
46+
* **Tag**: Define the tag for the Docker image. The default is ``latest``, which uses the latest stable version. Alternatively, you can use ``dev`` for the development version, which is updated on each merge.
4647

4748
Now, on your Docker host, for Linux users, run the following command,
4849
substituting the values above in the quotes below. (Note: to create a long-lived token, click your user icon in the HA front end and look for the Long-Lived Access Tokens card. If you do not

0 commit comments

Comments
 (0)