mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
10 lines
158 B
YAML
10 lines
158 B
YAML
version: "3.8"
|
|
services:
|
|
esphome:
|
|
image: esphome/esphome
|
|
ports:
|
|
- "6052:6052"
|
|
volumes:
|
|
- ./data:/config
|
|
restart: unless-stopped
|