Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:installing_homebridge_on_raspberrypi_docker [2018/10/26 19:40] bkraul [Configuring homebridge] |
linux:installing_homebridge_on_raspberrypi_docker [2018/10/26 20:41] (current) bkraul [Removing cached accessory configurations] |
||
---|---|---|---|
Line 10: | Line 10: | ||
cd ~/ | cd ~/ | ||
mkdir homebridge | mkdir homebridge | ||
+ | cd homebridge | ||
vim docker-compose.yml | vim docker-compose.yml | ||
</ | </ | ||
Line 49: | Line 50: | ||
===== Removing cached accessory configurations ===== | ===== Removing cached accessory configurations ===== | ||
+ | ==== Method 1: At the docker host level ==== | ||
+ | In order to remove cached accessory configurations which sometimes can cause problems: | ||
+ | <code bash> | ||
+ | cd ~/ | ||
+ | docker-compose down | ||
+ | rm -rf ~/ | ||
+ | docker-compose up -d | ||
+ | </ | ||
+ | Restarting the container will take a while. You can check its status on portainer. Be **very** careful in using the correct folder ('' | ||
+ | |||