1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/esphome/docker-compose.yml

10 lines
158 B
YAML
Raw Normal View History

2021-11-04 03:55:13 +00:00
version: "3.8"
services:
esphome:
image: esphome/esphome
ports:
- "6052:6052"
volumes:
- ./data:/config
restart: unless-stopped