1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-03 05:02:34 +02:00

config file for upload sizes on wordpress image(docker-compose)

This commit is contained in:
itstimetogoleft
2019-03-19 07:06:51 -07:00
parent e576a16edb
commit b72e03e84d
2 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
file_uploads = On
memory_limit = 64M
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 600