Skip to content

Instantly share code, notes, and snippets.

@b-reich
Created March 2, 2020 20:48
Show Gist options
  • Save b-reich/8741b3eaa7eba9fadf4e762ca5c0d91b to your computer and use it in GitHub Desktop.
Save b-reich/8741b3eaa7eba9fadf4e762ca5c0d91b to your computer and use it in GitHub Desktop.
homeassistant
version: '3'
services:
home-assistant:
container_name: home-assistant
image: homeassistant/home-assistant
volumes:
- ./data/home-assistant:/config
- /etc/localtime:/etc/localtime:ro
restart: always
network_mode: host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment