mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
Fix(hass): custom addon container image
This commit is contained in:
parent
a72373f6d4
commit
441a7f9ad7
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ image:
|
|||
additionalContainers:
|
||||
addon-homematic:
|
||||
name: addon-homematic
|
||||
image: homeassistant/i386-addon-homematic:latest
|
||||
#image: homeassistant/i386-addon-homematic:latest
|
||||
image: reg.dc/homematic-addon:latest
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
|
|
Loading…
Reference in a new issue