Uh oh!
There was an error while loading. Please reload this page.
Fix memory limit config issue (close #1413) - #1588
Conversation
J0WI
commented
Sep 20, 2021
This would basically revert #1379. The single quotes are intentional to read the variable on runtime. |
dashohoxha
commented
Sep 21, 2021
That commit does not do what it claims on the subject/description, because you cannot read ENV variables on runtime when PHP runs as www-data. |
J0WI
commented
Nov 28, 2021
I just double checked this with a simple |
dashohoxha
commented
Nov 28, 2021
Would you describe how you did the test, so that we can repeat it? Or we just have to take your word for it? |
J0WI
commented
Nov 28, 2021
Sure. I run |
dashohoxha
commented
Nov 28, 2021
You are right, it works. Thanks for sharing the instructions. In the default docker image apache2 is called with However, in my case, I am extending the standard image by installing |
dashohoxha
commented
Nov 28, 2021
I am closing this pull request. |
Replace single quotes by double quotes on Dockerfiles.