mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-16 10:30:47 +01:00
chore: upgrade Home Assistant 2023.6 -> 2024.3.0
This commit is contained in:
parent
45180e94c9
commit
b74f64c33f
@ -2,10 +2,11 @@
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: homeassistant
|
||||
image: "ghcr.io/home-assistant/home-assistant:2023.6"
|
||||
image: ghcr.io/home-assistant/home-assistant:2024.3.0
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /run/dbus:/run/dbus:ro
|
||||
# devices:
|
||||
# - /dev/ttyACMO # (optional) Add serial devices to the container
|
||||
privileged: true
|
||||
|
Loading…
Reference in New Issue
Block a user