16 lines
410 B
YAML
16 lines
410 B
YAML
version: '3'
|
|
services:
|
|
homeassistant:
|
|
container_name: homeassistant
|
|
image: ghcr.io/home-assistant/home-assistant:stable
|
|
#group_add:
|
|
# - "109"
|
|
volumes:
|
|
- /docker/homeassistant:/config
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /run/dbus:/run/dbus:ro
|
|
restart: always
|
|
privileged: true
|
|
network_mode: host
|
|
#devices:
|
|
# - /dev/dri/renderD128:/dev/dri/renderD128 |