From 0798433975a36af862fe89ba0446fd62a7b42db7 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Thu, 21 Nov 2019 19:52:29 -0500 Subject: [PATCH] PHP was having issues because the service needed to be manually started at boot --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index ae590e1..1653cc1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,5 +6,8 @@ chown -R www-data:www-data /var/www echo "[ INFO ] Starting MySQL Server" service mysql start +echo "[ INFO ] Starting PHP 7.2 Service" +service php7.2-fpm start + echo "[ INFO ] Starting nginx" nginx -g "daemon off;" # Foreground