Adjust dbus support for pulse (#1626)

This commit is contained in:
Pascal Vizeli 2020-04-03 14:27:30 +02:00 committed by GitHub
parent 61fec8b290
commit 387e0ad03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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