diff --git a/homebridge/Dockerfile b/homebridge/Dockerfile index 9e3fec5..be8b964 100644 --- a/homebridge/Dockerfile +++ b/homebridge/Dockerfile @@ -17,4 +17,4 @@ VOLUME ./.homebridge EXPOSE 5353 8581 51826 ENTRYPOINT ["/root/entrypoint.sh"] -CMD ["dumb-init", "homebridge", "-U", "/root/.homebridge"] +CMD ["dumb-init", "hb-service", "run", "--allow-root", "-U", "/root/.homebridge"]