Closed Uneven-Pigeon closed 8 months ago
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.
This issue has been closed as no further activity has occurred.
Describe The Bug
In the process of transitioning from
oznu/homebridge:latest
tohomebridge/homebridge:ubuntu
I ran into an issue with homebridge app page not appearing. When starting the container as a new stack in Portainer, the stack reports good, but page fails to come up. Examining the logs indicates a node/assertion error.After some browsing on google and reddit, it seems that it can be "temporarily fixed" by setting the container in "privileged" mode, which makes it work, but also makes it insecure/unsafe. Note the commented out
privileged: true
in attached docker config. If I was to uncomment it, the stack starts successfully and web page comes up.Docker Config
Logs
Host Operating System
Ubuntu / Debian (or a variant)
Host Architecture
x86_64 / amd64