v2.0.1 — Fix startup on s6-overlay v3
Fix
- Set
init: falseinconfig.json. The base image bump in v2.0.0 brought s6-overlay v3, which strictly requires/initto be PID 1. By default HA Supervisor wraps the container with Docker's tini as PID 1, leaving/initas PID 2 — s6-overlay-suexec then bails withfatal: can only run as pid 1and the addon won't start. Disabling Supervisor's tini wrapper makes/initPID 1 directly, matching upstreamhassio-addons/*conventions for the same base.
If you saw v2.0.0 fail to start with s6-overlay-suexec: fatal: can only run as pid 1, this release fixes it.