1.1.2
x86_64:
docker pull oznu/homebridge:1.1.2
Raspberry Pi (armhf):
docker pull oznu/homebridge:1.1.2-raspberry-pi
Change Log
- Cleanup Avahi on container restart (#7)
- Added basic tests with Travis CI (#8)
- If the Homebridge process in the container ends the container will now exit. (#9)
- Use a docker restart policy instead. eg.
--restart=always
.
- Use a docker restart policy instead. eg.