mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-23 00:33:24 +01:00
Merge pull request #170 from cschug/update_homeassistant
chore: upgrade Home Assistant 2023.6 -> 2024.3.0
This commit is contained in:
commit
e7077ef73c
@ -2,10 +2,11 @@
|
|||||||
services:
|
services:
|
||||||
homeassistant:
|
homeassistant:
|
||||||
container_name: homeassistant
|
container_name: homeassistant
|
||||||
image: "ghcr.io/home-assistant/home-assistant:2023.6"
|
image: ghcr.io/home-assistant/home-assistant:2024.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /run/dbus:/run/dbus:ro
|
||||||
# devices:
|
# devices:
|
||||||
# - /dev/ttyACMO # (optional) Add serial devices to the container
|
# - /dev/ttyACMO # (optional) Add serial devices to the container
|
||||||
privileged: true
|
privileged: true
|
||||||
|
Loading…
Reference in New Issue
Block a user