You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
241 B
9 lines
241 B
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: esphome/esphome:2024.2.2@sha256:abdd0754b2aeb28aebb2a4fbd12d2fe38ae172f36d1232d6db70bee5eea39182
|
|
network_mode: host
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config
|
|
restart: on-failure
|
|
|