mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +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,
|
hostname=self.name,
|
||||||
detach=True,
|
detach=True,
|
||||||
privileged=True,
|
privileged=True,
|
||||||
init=True,
|
init=False,
|
||||||
network_mode="host",
|
network_mode="host",
|
||||||
environment={
|
environment={
|
||||||
"HASSIO": self.sys_docker.network.supervisor,
|
"HASSIO": self.sys_docker.network.supervisor,
|
||||||
@ -101,6 +101,7 @@ class DockerHomeAssistant(DockerInterface):
|
|||||||
command=command,
|
command=command,
|
||||||
privileged=True,
|
privileged=True,
|
||||||
init=True,
|
init=True,
|
||||||
|
entrypoint=[],
|
||||||
detach=True,
|
detach=True,
|
||||||
stdout=True,
|
stdout=True,
|
||||||
stderr=True,
|
stderr=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user