Fix /share inside whitelist (#657)

This commit is contained in:
Pascal Vizeli
2018-08-18 15:05:18 +02:00
committed by GitHub
parent 5d319b37ea
commit e3a99b9f89

View File

@@ -102,6 +102,8 @@ class DockerHomeAssistant(DockerInterface):
{'bind': '/config', 'mode': 'rw'},
str(self.sys_config.path_extern_ssl):
{'bind': '/ssl', 'mode': 'ro'},
str(self.sys_config.path_extern_share):
{'bind': '/share', 'mode': 'ro'},
}
)