Wiki Logo
/
Home/Docker/Home Assistant
Docker

Home Assistant

Web UI available at http://localhost:8123

services:
  homeassistant:
    image: lscr.io/linuxserver/homeassistant:latest
    container_name: homeassistant
    network_mode: host
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Amsterdam
    volumes: ["./data:/config"]
    restart: unless-stopped