Created
March 7, 2021 19:52
-
-
Save r4v5/d59afbb9de88e204a60c55a473c713c6 to your computer and use it in GitHub Desktop.
homeassistant docker-compose
This file contains 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
❯ cat homeassistant/docker-compose.yml | |
version: '3' | |
services: | |
homeassistant: | |
container_name: home-assistant | |
image: homeassistant/home-assistant:latest | |
volumes: | |
- ./config:/config | |
environment: | |
- TZ=America/Chicago | |
restart: always | |
network_mode: host | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment