mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 17:16:33 +00:00
Fix path for tmpfs (#2565)
This commit is contained in:
parent
477672459d
commit
b31063449d
@ -193,7 +193,7 @@ class DockerAddon(DockerInterface):
|
|||||||
tmpfs = {}
|
tmpfs = {}
|
||||||
|
|
||||||
if self.addon.with_tmpfs:
|
if self.addon.with_tmpfs:
|
||||||
tmpfs["/tmpfs"] = ""
|
tmpfs["/tmp"] = ""
|
||||||
|
|
||||||
if not self.addon.host_ipc:
|
if not self.addon.host_ipc:
|
||||||
tmpfs["/dev/shm"] = ""
|
tmpfs["/dev/shm"] = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user