Skip to content

Commit

Permalink
Update pma settings
Browse files Browse the repository at this point in the history
  • Loading branch information
slivorezka committed Oct 30, 2020
1 parent ba67082 commit d0fb9ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ services:
DB_DRIVER: $DB_DRIVER
PHP_FPM_USER: wodby
PHP_FPM_GROUP: wodby
PHP_POST_MAX_SIZE: 1024M
PHP_MEMORY_LIMIT: 1024M
PHP_POST_MAX_SIZE: 1G
PHP_MEMORY_LIMIT: 1G
UPLOAD_LIMIT: 1G
COLUMNS: 80
volumes:
- ./:/var/www/html
Expand Down

0 comments on commit d0fb9ce

Please sign in to comment.