Skip to content

Commit 80129c0

Browse files
committed
Use PHP 8.3 as docker image, and allow for longer error log lines
This fixes issue #781
1 parent 7530e62 commit 80129c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_IMAGE=debian:bookworm-slim
2-
ARG PHP_VERSION=8.2
2+
ARG PHP_VERSION=8.3
33

44
FROM ${BASE_IMAGE} AS base
55
ARG PHP_VERSION
@@ -125,6 +125,7 @@ upload_max_filesize=256M
125125
post_max_size=300M
126126
opcache.preload_user=www-data
127127
opcache.preload=/var/www/html/config/preload.php
128+
log_limit=8096
128129
EOF
129130

130131
COPY ./.docker/symfony.conf /etc/apache2/sites-available/symfony.conf

0 commit comments

Comments
 (0)