diff --git a/Dockerfile b/Dockerfile index 689b8cf250f738baf3dd9b77445acbf03d310e04..ad369d74f43c746eeaf4b16efc54830ddaa032df 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 \ diff --git a/uploads.ini b/uploads.ini index 7fc73c5675323ae4762a5581c1c8b1b15e82f681..0f0134da204bde2730281e084c994c51003ceb35 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