home assistant update

This commit is contained in:
Christian Lempa 2023-07-11 10:05:58 +02:00
parent 012cca7cc0
commit 4a8b976e29

View File

@ -0,0 +1,12 @@
---
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:2023.6"
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
# devices:
# - /dev/ttyACMO # (optional) Add serial devices to the container
privileged: true
restart: unless-stopped