Skip to content
Snippets Groups Projects
docker-compose.yml 189 B
version: "3"

services:

  app:

    image: esphome/esphome:1.19.0
    restart: always
    # listen on Port 6052
    network_mode: host
    volumes:
      - "{{ basedir }}/config/:/config"