Skip to content

Instantly share code, notes, and snippets.

@andp97
Created July 1, 2020 12:07
Show Gist options
  • Save andp97/4ff4dc3c061992d78293a4e68e7e7e34 to your computer and use it in GitHub Desktop.
Save andp97/4ff4dc3c061992d78293a4e68e7e7e34 to your computer and use it in GitHub Desktop.
version: '3'
services:
homeassistant:
container_name: home-assistant
image: homeassistant/home-assistant:stable
volumes:
- /PATH_TO_YOUR_CONFIG:/config
environment:
- TZ=America/New_York
restart: always
network_mode: host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment