Skip to content

Commit

Permalink
home assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Jan 15, 2025
1 parent ec70b70 commit 7a015c6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions home-assistant/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: home-assistant

services:
homeassistant:
container_name: homeassistant
image: homeassistant/home-assistant:latest
volumes:
- /volume1/docker/homeassistant:/config
environment:
- TZ=Asia/Shanghai
network_mode:
- host
ports:
- '8123:8123'
restart: unless-stopped

0 comments on commit 7a015c6

Please sign in to comment.