mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Add missing tag (#18462)
This commit is contained in:
parent
04a5d7b480
commit
7be11f75d7
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# if this returns "Image is up to date" then you can stop here
|
# if this returns "Image is up to date" then you can stop here
|
||||||
docker pull {{ include.image }}
|
docker pull {{ include.image | default: site.installation.container.base }}:{{ include.tag | default: 'stable' }}
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user