1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-19 23:21:03 +08:00
2024-06-01 18:07:27 +08:00

13 lines
295 B
YAML

services:
homeassistant:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "${DATA_PATH}:/config"
environment:
- TZ=Asia/Shanghai
image: homeassistant/home-assistant:2023.8.0.dev20230723
labels:
createdBy: "Apps"