Created
July 1, 2020 12:07
-
-
Save andp97/4ff4dc3c061992d78293a4e68e7e7e34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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