Update addon_config.markdown
This commit is contained in:
parent
37f2fbc412
commit
1a50017cab
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
```
|
||||
|
||||
It is possible to use own base image with follow schema:
|
||||
```
|
||||
#amd64:FROM...
|
||||
#i386:FROM...
|
||||
#armhf:FROM...
|
||||
#aarch64:FROM...
|
||||
```
|
||||
|
||||
## {% linkable_title Add-on config %}
|
||||
|
||||
The config for an add-on is stored in `config.json`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue