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,
|
||||
detach=True,
|
||||
privileged=True,
|
||||
init=True,
|
||||
devices=self.devices,
|
||||
network_mode='host',
|
||||
environment={
|
||||
|
Loading…
x
Reference in New Issue
Block a user