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