From 2f72168c156415346180b9ad9febe04dcc36ddb6 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 17 Nov 2016 12:23:02 +0800 Subject: [PATCH] update hass --- hass/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/hass/README.md b/hass/README.md index a8636fd..54e667c 100644 --- a/hass/README.md +++ b/hass/README.md @@ -1,2 +1,23 @@ home-assistant ============== + +## docker-compose.yml + +```yaml +hass: + image: vimagick/hass + volumes: + - ./data:/etc/hass + net: host + restart: unless-stopped +``` + +## up and running + +```bash +$ docker-compose up -d +$ docker-compose logs -f +$ curl http://localhost:8123 +``` + +> More python packages will be installed during startup.