mirror of
https://github.com/cupcakearmy/docker-wordpress.git
synced 2026-06-11 03:36:51 +00:00
build
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM wordpress:5-apache
|
||||
|
||||
RUN a2enmod headers
|
||||
|
||||
COPY ./uploads.ini /usr/local/etc/php/conf.d/uploads.ini
|
||||
@@ -0,0 +1,5 @@
|
||||
file_uploads = On
|
||||
memory_limit = 5G
|
||||
upload_max_filesize = 5G
|
||||
post_max_size = 5G
|
||||
max_execution_time = 300
|
||||
Reference in New Issue
Block a user