mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-01 23:19:25 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user