From 4bac0d20acb87bfe963cb7c32d99f6c85ab101c6 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 31 Oct 2016 12:57:30 +0800 Subject: [PATCH] update hass --- README.md | 10 +++++++--- hass/arm/docker-compose.yml | 3 +-- hass/docker-compose.yml | 3 +-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 48f2ce2..6f16ec7 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,13 @@ A collection of delicious docker recipes. - [ ] youtube-upload - [ ] xl2tpd +## IoT + +- [x] hass +- [x] hass-arm +- [x] node-red :+1: +- [x] node-red-arm :+1: + ## Daemon - [x] alpine-arm :+1: @@ -118,7 +125,6 @@ A collection of delicious docker recipes. - [x] dokuwiki-arm :+1: - [x] gogs-arm :cn: - [x] grafana -- [x] hass - [x] hugo - [x] hugo-arm - [x] jamapi @@ -132,8 +138,6 @@ A collection of delicious docker recipes. - [x] nextcloud :+1: - [x] nginad - [x] nodebb :+1: -- [x] node-red :+1: -- [x] node-red-arm :+1: - [x] opencart - [x] openrefine - [x] phpbb diff --git a/hass/arm/docker-compose.yml b/hass/arm/docker-compose.yml index 9ee0310..0e790b1 100644 --- a/hass/arm/docker-compose.yml +++ b/hass/arm/docker-compose.yml @@ -1,7 +1,6 @@ hass: image: easypi/hass-arm - ports: - - "8123:8123" volumes: - ./data:/etc/hass + net: host restart: unless-stopped diff --git a/hass/docker-compose.yml b/hass/docker-compose.yml index 7c61bf9..9a67f51 100644 --- a/hass/docker-compose.yml +++ b/hass/docker-compose.yml @@ -1,7 +1,6 @@ hass: image: vimagick/hass - ports: - - "8123:8123" volumes: - ./data:/etc/hass + net: host restart: unless-stopped