mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-29 16:23:32 +02:00
/docker-entrypoint.py renumbers www-data to PUID:PGID after cont-init has run, then re-chowns only its DATA_DIR. Chowning /config by name beforehand left /config/modules_v4 owned by the image's original www-data uid (33), so the running Apache/PHP process (uid 1000) could not create directories in it -- breaking custom module installation from the webtrees UI. Fixes #2940 Co-authored-by: Claude Opus 5 <noreply@anthropic.com>