lint compose files

This commit is contained in:
2025-07-30 13:37:18 +02:00
parent 817b8ad1c6
commit 48025fae12
36 changed files with 561 additions and 543 deletions

View File

@@ -1,10 +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
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