Skip to content
Snippets Groups Projects
Commit 2ffc9c1e authored by Kada's avatar Kada
Browse files

add php config file

Increase the Maximum File Upload Size in WordPress
parent cbe31327
No related branches found
No related tags found
No related merge requests found
file_uploads = On
memory_limit = 500M
upload_max_filesize = 30M
post_max_size = 30M
max_execution_time = 600
......@@ -5,6 +5,7 @@ services:
ports:
- 127.0.0.1:80:80 # change ip if required
volumes:
- ./config/php.conf.uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
- ./wp-app:/var/www/html # Full wordpress project
#- ./plugin-name/trunk/:/var/www/html/wp-content/plugins/plugin-name # Plugin development
#- ./theme-name/trunk/:/var/www/html/wp-content/themes/theme-name # Theme development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment