mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-12 11:46:31 +00:00
fix blocking container
This commit is contained in:
parent
46db4eecac
commit
0964d95c41
@ -38,6 +38,7 @@ class DockerHomeAssistant(DockerBase):
|
||||
self.image,
|
||||
name=self.docker_name,
|
||||
remove=True,
|
||||
detach=True,
|
||||
privileged=True,
|
||||
network_mode='host',
|
||||
restart_policy={
|
||||
|
Loading…
x
Reference in New Issue
Block a user