umbrel-apps/home-assistant/docker-compose.yml
Luke Childs 789fcaa0a1
Home Assistant - Enable USB device access (#689)
Co-authored-by: nmfretz <nmfretz@gmail.com>
2023-07-12 19:59:56 +07:00

11 lines
298 B
YAML

version: "3.7"
services:
server:
image: homeassistant/home-assistant:2023.7.1@sha256:a86ff5d05ce46520c53d67c8da55aba310de9b9b4ca8eead1ae0b5ab1c068f97
network_mode: host
# UI at default port 8123
privileged: true
volumes:
- ${APP_DATA_DIR}/data:/config
- /dev:/dev