Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
Thank you , but this way dont works in AWS ECS Fargate |
Beta Was this translation helpful? Give feedback.
-
You can't set a custom container command on Fargate? (without that, your only option is going to be to create your own image) |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
You can use volume mount to mount those config to the container |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions