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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'},
}
)