Ajustes persiistência conf php

This commit is contained in:
HalbeBruno
2026-03-17 12:32:51 -03:00
parent 64f8524cd1
commit 6142f0cc65
2 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ services:
- .env
volumes:
- ./:/var/www/html
- ./docker/php/custom.ini:/usr/local/etc/php/conf.d/custom.ini
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
networks:

3
docker/php/custom.ini Normal file
View File

@@ -0,0 +1,3 @@
upload_max_filesize = 40M
post_max_size = 50M
session.gc_maxlifetime = 14400