mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 17:46:32 +00:00
Cleanup host groups (#1623)
This commit is contained in:
parent
a30063e85c
commit
1228baebf4
@ -31,8 +31,7 @@ class DockerAudio(DockerInterface, CoreSysAttributes):
|
|||||||
def volumes(self) -> Dict[str, Dict[str, str]]:
|
def volumes(self) -> Dict[str, Dict[str, str]]:
|
||||||
"""Return Volumes for the mount."""
|
"""Return Volumes for the mount."""
|
||||||
volumes = {
|
volumes = {
|
||||||
str(self.sys_config.path_extern_audio): {"bind": "/data", "mode": "rw"},
|
str(self.sys_config.path_extern_audio): {"bind": "/data", "mode": "rw"}
|
||||||
"/etc/group": {"bind": "/host/group", "mode": "ro"},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# SND support
|
# SND support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user