From 0c38b692b41b342c496175c98ca5a5fff0200a64 Mon Sep 17 00:00:00 2001 From: groot Date: Sat, 4 Jan 2025 16:22:53 +0000 Subject: [PATCH] Dockerfile_PHP84 aktualisiert --- Dockerfile_PHP84 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_PHP84 b/Dockerfile_PHP84 index 5577b41..ae17d63 100644 --- a/Dockerfile_PHP84 +++ b/Dockerfile_PHP84 @@ -62,4 +62,4 @@ COPY php84 /etc/php84 RUN mkdir /var/run/php EXPOSE 9000 STOPSIGNAL SIGTERM -CMD ["/bin/bash", "-c", "chmod 755 /usr/share/nginx/html && php-fpm84"] \ No newline at end of file +CMD ["/bin/bash", "-c", "chmod 755 /usr/share/nginx/html && php-fpm84 -F"] \ No newline at end of file