version: '3' services: esphome: container_name: esphome image: esphome/esphome:2022.10 volumes: - ./:/config - /etc/localtime:/etc/localtime:ro privileged: true network_mode: host