diff --git a/Dockerfile b/Dockerfile index da042527086034c9ddf5b00dab2ab8e35bc1e1e6..f8013ec6c4cd8e743a374233be711fc5447f6ace 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,9 @@ RUN composer install # | Install Webserver # |-------------------------------------------------------------------------- FROM gitlab.jonasled.de/jonasled/nginx-php-minimal:8-latest as production -ENV PHP_FILE_UPLOADS=Off +ENV PHP_FILE_UPLOADS=Off \ + PHP_MAX_POST=1M + RUN apk update && \ apk add php8-mysqli php8-mbstring php8-curl php8-simplexml --no-cache && \