Update docker-compose.yml (#301)

fix esphome filed type
This commit is contained in:
raller1028 2023-10-08 18:16:48 +08:00 committed by GitHub
parent 38a052071c
commit 17506ab2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,14 +13,14 @@ services:
restart: always
ports:
- target: 6052
published: 6052
published: "6052"
protocol: tcp
volumes:
- type: bind
source: /DATA/AppData/$AppID/config
target: /config
environment:
ESPHOME_DASHBOARD_USE_PING: false
ESPHOME_DASHBOARD_USE_PING: "false"
TZ: $TZ
network_mode: host
privileged: false
@ -59,4 +59,4 @@ x-casaos:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ESPHome/screenshot-2.png
store_app_id: esphome
title:
custom: ESPHome
custom: ESPHome