esphome-configs/docker-compose.yaml

11 lines
214 B
YAML
Raw Normal View History

2022-11-03 20:58:58 -04:00
version: '3'
services:
esphome:
container_name: esphome
image: esphome/esphome:2022.10
volumes:
- ./:/config
- /etc/localtime:/etc/localtime:ro
privileged: true
network_mode: host