mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 17:16:33 +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]]:
|
||||
"""Return Volumes for the mount."""
|
||||
volumes = {
|
||||
str(self.sys_config.path_extern_audio): {"bind": "/data", "mode": "rw"},
|
||||
"/etc/group": {"bind": "/host/group", "mode": "ro"},
|
||||
str(self.sys_config.path_extern_audio): {"bind": "/data", "mode": "rw"}
|
||||
}
|
||||
|
||||
# SND support
|
||||
|
Loading…
x
Reference in New Issue
Block a user