Dead deployment

Hey there, I’ve recently tried deploying and keep seeing

6-overlay-suexec: fatal: can only run as pid 1

unfortunately im not sure what this means and im assuming this is making my deployment unhealthy, what are my steps to debug here?

maybe @fideloper-fly can save me here :pray:

i havent changed my configs or anything of the sort the entire time

Probably related:

1 Like

There’s a quick update to make to your Dockerfile, see here: 📣 [Laravel] Fix for error "Failed due to unhealthy allocations"

TL;DR:

- FROM serversideup/php:${PHP_VERSION}-fpm-nginx as base
+ FROM serversideup/php:${PHP_VERSION}-fpm-nginx-v1.5.0 as base
1 Like