mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 16:46:29 +00:00
Adjust dbus support for pulse (#1626)
This commit is contained in:
parent
61fec8b290
commit
387e0ad03e
@ -31,7 +31,8 @@ class DockerAudio(DockerInterface, CoreSysAttributes):
|
||||
def volumes(self) -> Dict[str, Dict[str, str]]:
|
||||
"""Return Volumes for the mount."""
|
||||
volumes = {
|
||||
str(self.sys_config.path_extern_audio): {"bind": "/data", "mode": "rw"}
|
||||
str(self.sys_config.path_extern_audio): {"bind": "/data", "mode": "rw"},
|
||||
"/run/dbus": {"bind": "/run/dbus", "mode": "ro"},
|
||||
}
|
||||
|
||||
# SND support
|
||||
|
Loading…
x
Reference in New Issue
Block a user