Update docker-compose.yml (#1570)
This commit is contained in:
parent
cc0631e351
commit
ceef9efef2
|
|
@ -5,6 +5,7 @@ services:
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- "./data:/config"
|
- "./data:/config"
|
||||||
|
- "/run/dbus:/run/dbus:ro"
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIME_ZONE}
|
- TZ=${TIME_ZONE}
|
||||||
image: homeassistant/home-assistant:2024.6.1
|
image: homeassistant/home-assistant:2024.6.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue