Skip to content

Instantly share code, notes, and snippets.

@mrl22
Last active August 13, 2026 15:13
Show Gist options
  • Select an option

  • Save mrl22/cd07380b3f251f267136df428c735849 to your computer and use it in GitHub Desktop.

Select an option

Save mrl22/cd07380b3f251f267136df428c735849 to your computer and use it in GitHub Desktop.
HomeAssistant on your Mac via Docker
# Install Docker
mkdir -p ~/.docker/homeassistant/config
docker run -d \ [16:09:34]
--name homeassistant \
--privileged \
--restart=unless-stopped \
-e TZ=Europe/London \
-v ~/.docker/homeassistant/config:/config \
-p 8123:8123 \
ghcr.io/home-assistant/home-assistant:stable
# Visit http://localhost:8123/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment