-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Configuring PHP directives without custom images #1493
Comments
Thank you , but this way dont works in AWS ECS Fargate |
You can't set a custom container command on Fargate? (without that, your only option is going to be to create your own image) |
Well... I can login into container, add some data in to php.ini like that:
But if I will try to restart\reload apache2 - container restart automatically :D |
You can use volume mount to mount those config to the container |
Hello
Is there any way to increase upload max file size (upload_max_filesize) in PHP.INI without creating own image?
Why in in 2k24 by default only 2mb?
Is it possible to use environment variables?
Thank you
The text was updated successfully, but these errors were encountered: