diff --git a/supervisor/docker/audio.py b/supervisor/docker/audio.py index 520c1675a..e5b4cb752 100644 --- a/supervisor/docker/audio.py +++ b/supervisor/docker/audio.py @@ -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