Replies: 5 comments
0 replies
|
Thank you , but this way dont works in AWS ECS Fargate |
0 replies
|
You can't set a custom container command on Fargate? (without that, your only option is going to be to create your own image) |
0 replies
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 |
0 replies
|
You can use volume mount to mount those config to the container |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
All reactions