Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoraddatz committed Apr 12, 2017
1 parent 6f7942d commit 4a9abac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## 2.2
- Disable `apt-get update` and `apt-get upgrade` ([\#8](https://github.com/marcoraddatz/homebridge-docker/issues/8))
- Default Homebridge version is v0.4.17
- Disable `apt-get upgrade` ([\#8](https://github.com/marcoraddatz/homebridge-docker/issues/8))
- Disable auto-update and bind Homebridge version via env variable ([\#12](https://github.com/marcoraddatz/homebridge-docker/issues/12))

## 2.1.1
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ If you intend to develop a plugin or Homebridge is not running as it's supposed

### .env options

All `.env` variables are optional.

#### HOMEBRIDGE_ENV

- **production** _(default)_
Expand All @@ -87,9 +89,9 @@ Starts Homebridge with plugin support.
- **debug**
Starts Homebridge with plugin support and maximum debugging info.

## Updating Homebridge or its plugins
#### HOMEBRIDGE_VERSION

Homebridge and the plugins automatically get updated to the newest version, whenever the container is (re-) started. If you want to use a specific plugin version, put the info either into the `package.json` or `install.sh` you use.
To avoid breaks with either new Homebridge releases or iOS updates, you can force the installation of a specific Homebridge version. `HOMEBRIDGE_VERSION` accepts any release tag (f.e "0.4.17") or valid NPM version range.

## Troubleshooting

Expand All @@ -114,4 +116,4 @@ Changes can be found in the [changelog.md](CHANGELOG.md).
## Thanks
- [Chris Brandlehner](https://github.com/cbrandlehner/homebridge-docker)
- [Parker Smith](https://github.com/psmith3/synology-docker-homebridge)
- Christian Haugen
- Christian Haugen

0 comments on commit 4a9abac

Please sign in to comment.