mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-17 06:06:29 +00:00
Update homeassistant.py
This commit is contained in:
parent
7b62e2f07b
commit
024ebe0026
@ -99,7 +99,7 @@ class DockerHomeAssistant(DockerInterface):
|
||||
},
|
||||
volumes={
|
||||
str(self.sys_config.path_extern_config):
|
||||
{'bind': '/config', 'mode': 'ro'},
|
||||
{'bind': '/config', 'mode': 'rw'},
|
||||
str(self.sys_config.path_extern_ssl):
|
||||
{'bind': '/ssl', 'mode': 'ro'},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user