Use tini for home-assistant docker (#255)

This commit is contained in:
Pascal Vizeli 2017-11-21 15:55:10 +01:00 committed by GitHub
parent 9d2fb87cec
commit a95274f1b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ class DockerHomeAssistant(DockerInterface):
hostname=self.name,
detach=True,
privileged=True,
init=True,
devices=self.devices,
network_mode='host',
environment={