first commit with existing files
This commit is contained in:
16
home-assistant.yaml
Normal file
16
home-assistant.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user