mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update addon_config.markdown
This commit is contained in:
parent
37f2fbc412
commit
1a50017cab
@ -55,6 +55,14 @@ If you don't use local build on device or our build script, make sure that the D
|
|||||||
LABEL io.hass.version="VERSION" io.hass.type="addon" io.hass.arch="armhf|aarch64|i386|amd64"
|
LABEL io.hass.version="VERSION" io.hass.type="addon" io.hass.arch="armhf|aarch64|i386|amd64"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
It is possible to use own base image with follow schema:
|
||||||
|
```
|
||||||
|
#amd64:FROM...
|
||||||
|
#i386:FROM...
|
||||||
|
#armhf:FROM...
|
||||||
|
#aarch64:FROM...
|
||||||
|
```
|
||||||
|
|
||||||
## {% linkable_title Add-on config %}
|
## {% linkable_title Add-on config %}
|
||||||
|
|
||||||
The config for an add-on is stored in `config.json`.
|
The config for an add-on is stored in `config.json`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user