github Shoshuo/Prismarr v1.0.1
Prismarr v1.0.1

latest releases: v1.0.5, v1.0.4, v1.0.3...
14 hours ago

Fixed

  • Container init script (docker/frankenphp/init.sh) now performs a
    recursive chown www-data:www-data on var/ after the Doctrine
    migrations step. Migrations run in root context (PID 1 / s6 init), and
    Symfony pre-creates the Doctrine parser cache pools under
    var/cache/prod/pools/system/... as root while parsing the migration
    query. Once frankenphp and messenger-worker drop to www-data, they
    could not write back into those pools and every HTTP request spammed
    the logs with Permission denied warnings on
    Doctrine\ORM\Query\ParserResult. The catch-all chown fixes that;
    no functional impact for existing v1.0.0 installs but :latest,
    :1, :1.0 will now point at this clean image.

Don't miss a new Prismarr release

NewReleases is sending notifications on new releases.