Dead deployment

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