1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00
This commit is contained in:
Pascal Vizeli
2017-03-29 22:14:44 +02:00
parent dc02c14a36
commit de743a7977

View File

@@ -45,7 +45,6 @@ class DockerHomeAssistant(DockerBase):
"Name": "always",
"MaximumRetryCount": 10,
},
links={HASSIO_DOCKER: 'HASSIO'},
volumes={
self.config.path_config_docker:
{'bind': '/config', 'mode': 'rw'},