mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-01-17 12:43:41 +00:00
Compare commits
3 Commits
2026.01.0
...
fix-core-c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c91ffc90ea | ||
|
|
1def9cc60e | ||
|
|
1f9cbb63ac |
@@ -10,7 +10,7 @@ pytest-timeout==2.4.0
|
||||
pytest==9.0.2
|
||||
ruff==0.14.10
|
||||
time-machine==3.2.0
|
||||
types-docker==7.1.0.20251202
|
||||
types-docker==7.1.0.20260109
|
||||
types-pyyaml==6.0.12.20250915
|
||||
types-requests==2.32.4.20250913
|
||||
urllib3==2.6.2
|
||||
urllib3==2.6.3
|
||||
|
||||
@@ -226,19 +226,19 @@ class DockerHomeAssistant(DockerInterface):
|
||||
source=self.sys_config.path_extern_homeassistant.as_posix(),
|
||||
target="/config",
|
||||
read_only=False,
|
||||
),
|
||||
).to_dict(),
|
||||
DockerMount(
|
||||
type=MountType.BIND,
|
||||
source=self.sys_config.path_extern_ssl.as_posix(),
|
||||
target="/ssl",
|
||||
read_only=True,
|
||||
),
|
||||
).to_dict(),
|
||||
DockerMount(
|
||||
type=MountType.BIND,
|
||||
source=self.sys_config.path_extern_share.as_posix(),
|
||||
target="/share",
|
||||
read_only=False,
|
||||
),
|
||||
).to_dict(),
|
||||
],
|
||||
environment={ENV_TIME: self.sys_timezone},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user