Skip to main content

Install on Docker Compose

Pull the docker image https://hub.docker.com/r/b4bz/homer

**Homer docker compose .yml**  https://github.com/bastienwirtz/homer

version: '3'
services:
  homeassistant:
    container_name: homeassistant
    image: "ghcr.io/home-assistant/home-assistant:stable"
    volumes:
      - /PATH_TO_YOUR_CONFIG:/config
      - /etc/localtime:/etc/localtime:ro
    restart: unless-stopped
    privileged: true
    network_mode: host