Cleanup host groups (#1623)

This commit is contained in:
Pascal Vizeli 2020-04-02 18:00:17 +02:00 committed by GitHub
parent a30063e85c
commit 1228baebf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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