Skip to content

Commit

Permalink
Update docker-compose.yml (#301)
Browse files Browse the repository at this point in the history
fix esphome filed type
  • Loading branch information
raller1028 authored Oct 8, 2023
1 parent 38a0520 commit 17506ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Apps/ESPHome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 17506ab

Please sign in to comment.