You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
homebridge | s6-applyuidgid: fatal: unable to exec hb-service: Exec format error
homebridge |
homebridge |
homebridge | Thank you for using the oznu/homebridge docker image!
homebridge |
homebridge | If you find this project useful please STAR it on GitHub:
homebridge |
homebridge | https://github.com/oznu/docker-homebridge
...
Docker Start Command:
docker-compose up -d
version: "3"services:
homebridge:
image: oznu/homebridge:raspberry-picontainer_name: homebridgerestart: alwaysnetwork_mode: hostenvironment:
- TZ=America/Chicago
- PGID=1001 # found using id cmd for my user
- PUID=1001 # found using id cmd for my user
- HOMEBRIDGE_CONFIG_UI=1
- HOMEBRIDGE_CONFIG_UI_PORT=8080volumes:
- ./homebridge:/homebridge
Pulling down the image seems to have fixed my first issue. I can now login but the status says it’s not running. It says there’s an invalid json character.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe Your Problem:
I am running docker-compose on a Rasberry PI 3, but am seeing continuous errors in my docker logs
I installed via the manual install instructions found here:
https://github.com/oznu/docker-homebridge/wiki/Homebridge-on-Raspberry-Pi#manual-install
Logs:
This just repeats over and over:
Docker Start Command:
Homebridge Config:
Screenshots:
Environment:
Raspbian Buster
Docker version 19.03.12, build 48a6621
raspberry-pi
The text was updated successfully, but these errors were encountered: