rename docker-compose to compose

This commit is contained in:
2025-12-06 13:03:06 +01:00
parent d59ed1c749
commit 7c70cc7760
13 changed files with 23 additions and 23 deletions

10
compose.esphome.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
esphome:
container_name: esphome
image: esphome/esphome:2022.12.8
network_mode: host
restart: unless-stopped
volumes:
- /opt/esphome:/config:rw
- /opt/esphome/log:/log:rw
- /etc/localtime:/etc/localtime:ro