docker-compose-collection/home-assistant/docker-compose.yml

12 lines
304 B
YAML
Raw Normal View History

2023-09-30 21:24:51 +08:00
version: '3.3'
services:
home-assistant:
restart: unless-stopped
container_name: homeassistant
volumes:
- './config:/config'
environment:
- TZ=Asia/Taipei
network_mode: host
image: 'ghcr.io/home-assistant/home-assistant:stable'