Skip to content

Instantly share code, notes, and snippets.

@morshedx
Last active October 4, 2024 05:45
Show Gist options
  • Save morshedx/71488f3ee91771befb233255985b771d to your computer and use it in GitHub Desktop.
Save morshedx/71488f3ee91771befb233255985b771d to your computer and use it in GitHub Desktop.
homeassistant docker compose for mac
services:
homeassistant:
container_name: homeassistant
image: ghcr.io/home-assistant/home-assistant:stable
volumes:
- '/Users/morshed/homeassistant:/config'
environment:
- TZ=Asia/Dhaka # get your Time Zone from - https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# network_mode: host
ports:
- '8123:8123'
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment