Skip to content

Add Docker health‑check for nginx & php‑fpm availability #17

@iconben

Description

@iconben

Create a Docker HEALTHCHECK that verifies the web server is up by requesting a known page (e.g., curl -f http://localhost/ --silent) and ensures both nginx and php‑fpm processes are running. This follows the Docker health‑check specification and will cause the container to be marked unhealthy if the web service or either process fails.

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