mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Fix homeassistant config check with overlay-s6 (#1532)
This commit is contained in:
parent
374bcf8073
commit
398b24e0ab
@ -65,7 +65,7 @@ class DockerHomeAssistant(DockerInterface):
|
||||
hostname=self.name,
|
||||
detach=True,
|
||||
privileged=True,
|
||||
init=True,
|
||||
init=False,
|
||||
network_mode="host",
|
||||
environment={
|
||||
"HASSIO": self.sys_docker.network.supervisor,
|
||||
@ -101,6 +101,7 @@ class DockerHomeAssistant(DockerInterface):
|
||||
command=command,
|
||||
privileged=True,
|
||||
init=True,
|
||||
entrypoint=[],
|
||||
detach=True,
|
||||
stdout=True,
|
||||
stderr=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user