Modify php and nginx to change upload file size

This commit is contained in:
Jean-Philippe Murray
2020-06-06 14:20:16 -04:00
parent 2e5cb58c39
commit 08c6218440
4 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,7 @@ services:
working_dir: /var/www/
volumes:
- ./:/var/www
- ./docker-compose/php/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini:rw,delegated
networks:
- crater