Update addon_config.markdown
This commit is contained in:
parent
8b26d9aaf5
commit
4b7574f590
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ echo '{ "target": "beer" }' | jq -r ".target"
|
||||||
|
|
||||||
## {% linkable_title Add-on Docker file %}
|
## {% linkable_title Add-on Docker file %}
|
||||||
|
|
||||||
All add-ons are based on Alpine Linux 3.5. Hass.io will automatically substitute the right base image based on the machine architecture.
|
All add-ons are based on Alpine Linux 3.5. Hass.io will automatically substitute the right base image based on the machine architecture. Add `tzdata` if you need run in correct timezone.
|
||||||
|
|
||||||
```
|
```
|
||||||
FROM %%BASE_IMAGE%%
|
FROM %%BASE_IMAGE%%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue