1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

update hass

This commit is contained in:
kev 2016-10-31 12:57:30 +08:00
parent 5da3f7dd40
commit 4bac0d20ac
3 changed files with 9 additions and 7 deletions

@ -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

@ -1,7 +1,6 @@
hass:
image: easypi/hass-arm
ports:
- "8123:8123"
volumes:
- ./data:/etc/hass
net: host
restart: unless-stopped

@ -1,7 +1,6 @@
hass:
image: vimagick/hass
ports:
- "8123:8123"
volumes:
- ./data:/etc/hass
net: host
restart: unless-stopped