Add addon share and allow to mount host mnt (#58)

* Add addon share and allow to mount host mnt

* fix comments logs
This commit is contained in:
Pascal Vizeli
2017-05-17 17:21:54 +02:00
committed by GitHub
parent 39d5785118
commit 6031a60084
6 changed files with 47 additions and 13 deletions

View File

@@ -47,7 +47,9 @@ class DockerHomeAssistant(DockerBase):
str(self.config.path_extern_config):
{'bind': '/config', 'mode': 'rw'},
str(self.config.path_extern_ssl):
{'bind': '/ssl', 'mode': 'rw'},
{'bind': '/ssl', 'mode': 'ro'},
str(self.config.path_extern_share):
{'bind': '/share', 'mode': 'rw'},
})
self.process_metadata()