mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 03:26:32 +00:00
Use tini for home-assistant docker (#255)
This commit is contained in:
parent
9d2fb87cec
commit
a95274f1b3
@ -52,6 +52,7 @@ class DockerHomeAssistant(DockerInterface):
|
|||||||
hostname=self.name,
|
hostname=self.name,
|
||||||
detach=True,
|
detach=True,
|
||||||
privileged=True,
|
privileged=True,
|
||||||
|
init=True,
|
||||||
devices=self.devices,
|
devices=self.devices,
|
||||||
network_mode='host',
|
network_mode='host',
|
||||||
environment={
|
environment={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user