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.