From 35911f0b60f39dda269265a481b7fbc5f2702e49 Mon Sep 17 00:00:00 2001 From: Michel Memeteau Date: Fri, 2 Jun 2023 08:52:08 +0000 Subject: [PATCH 1/2] Try memory limit 256 --- uploads.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploads.ini b/uploads.ini index 7fc73c5..0f0134d 100644 --- a/uploads.ini +++ b/uploads.ini @@ -1,5 +1,5 @@ file_uploads = On -memory_limit = 64M +memory_limit = 256M upload_max_filesize = 64M post_max_size = 64M max_execution_time = 600 -- GitLab From 8236c1d8b11835711c64142b6360f4f19a6fb213 Mon Sep 17 00:00:00 2001 From: Michel Memeteau Date: Fri, 2 Jun 2023 08:59:37 +0000 Subject: [PATCH 2/2] Mv to 6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 689b8cf..ad369d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=5.9-fpm +ARG VERSION=6.0-fpm FROM wordpress:$VERSION RUN apt-get update -y \ && apt-get install -y \ -- GitLab