diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..13fe963 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,11 @@ +version: "3" + +services: + hass: + image: homeassistant/home-assistant + volumes: + - /volumes/hass:/config + - /etc/localtime:/etc/localtime:ro + network_mode: "host" + container_name: home-assistant +