Ajustes persiistência conf php
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/var/www/html
|
- ./:/var/www/html
|
||||||
|
- ./docker/php/custom.ini:/usr/local/etc/php/conf.d/custom.ini
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
3
docker/php/custom.ini
Normal file
3
docker/php/custom.ini
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
upload_max_filesize = 40M
|
||||||
|
post_max_size = 50M
|
||||||
|
session.gc_maxlifetime = 14400
|
||||||
Reference in New Issue
Block a user