Skip to content

Commit

Permalink
Add php-uploads.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Mar 24, 2016
1 parent 2fb38f3 commit 45df1c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ wordpress:
- 80:80
volumes:
- ./data/html:/var/www/html
- ./php-uploads.ini:/usr/local/etc/php/conf.d/uploads.ini

db:
image: mariadb
Expand Down
5 changes: 5 additions & 0 deletions php-uploads.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
file_uploads = On
memory_limit = 256M
upload_max_filesize = 256M
post_max_size = 300M
max_execution_time = 600

0 comments on commit 45df1c9

Please sign in to comment.