Skip to content

Use dumb-init to fix PHP-FPM PID 1 issues #303

@wernight

Description

@wernight

PHP-FPM probably spawns processes. Unless it reaps processes in all cases, it'd be useful to use dumb-init to fix those issues. It's meant for Docker and works also on Alpine.

Just need 2 lines to add it, then change entrypoint from:

ENTRYPOINT ["/entrypoint.sh"]

to:

ENTRYPOINT ["dumb-init", "/entrypoint.sh"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions