mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-12-22 08:06:24 +00:00
increase upload limit
This commit is contained in:
parent
786dff5ee6
commit
8a5dff9e28
@ -4,7 +4,7 @@ services:
|
|||||||
wp:
|
wp:
|
||||||
image: wordpress:5-apache
|
image: wordpress:5-apache
|
||||||
volumes:
|
volumes:
|
||||||
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
|
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini:ro
|
||||||
- ./data/wp:/var/www/html
|
- ./data/wp:/var/www/html
|
||||||
- ./liquet:/var/www/html/wp-content/themes/liquet:ro
|
- ./liquet:/var/www/html/wp-content/themes/liquet:ro
|
||||||
ports:
|
ports:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
file_uploads = On
|
file_uploads = On
|
||||||
memory_limit = 64M
|
memory_limit = 512M
|
||||||
upload_max_filesize = 64M
|
upload_max_filesize = 512M
|
||||||
post_max_size = 64M
|
post_max_size = 512M
|
||||||
max_execution_time = 300
|
max_execution_time = 300
|
Loading…
Reference in New Issue
Block a user