diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 8dde842c..f92d8b21 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -42,4 +42,4 @@ fi nginx # php-fpm should not daemonize -php-fpm8.2 --nodaemonize +exec php-fpm8.2 --nodaemonize