Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editar el php.ini desde el Dockerfile #109

Open
CrimsonGlory opened this issue Jul 6, 2015 · 0 comments
Open

editar el php.ini desde el Dockerfile #109

CrimsonGlory opened this issue Jul 6, 2015 · 0 comments

Comments

@CrimsonGlory
Copy link
Owner

Se puede editar el php.ini desde el mismo Dockerfile como hacen acá.
https://medium.com/dev-tricks/apache-and-php-on-docker-44faef716150
Podemos modificar los límites post_max_size, upload_max_filesize, max_file_uploads
también se puede hacer después
docker exec -i -t posaderos_web_1 sed -i "s/post_max_size =.*/post_max_size = 2500M/" /etc/php5/cli/php.ini
El límite ese de 8MB se debería poder editar desde la aplicación siempre y cuando sea menor a post_max_size.
Y tampoco debería estar hard-codeado en lang/es/messages.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant