From 80129c0a886f672f5516dee3058ea185428752ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 1 Dec 2024 22:34:05 +0100 Subject: [PATCH] Use PHP 8.3 as docker image, and allow for longer error log lines This fixes issue #781 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15049166..0f909f16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_IMAGE=debian:bookworm-slim -ARG PHP_VERSION=8.2 +ARG PHP_VERSION=8.3 FROM ${BASE_IMAGE} AS base ARG PHP_VERSION @@ -125,6 +125,7 @@ upload_max_filesize=256M post_max_size=300M opcache.preload_user=www-data opcache.preload=/var/www/html/config/preload.php +log_limit=8096 EOF COPY ./.docker/symfony.conf /etc/apache2/sites-available/symfony.conf