wallabag / docker

Official docker-composer for wallabag.
608 stars 153 forks source link

Add PHP_MEMORY_LIMIT support in Dockerfile #400

Closed akosiaris closed 8 months ago

akosiaris commented 8 months ago

Why:

Being able to increase memory size is a useful feature in some cases.

What:

Add an ENV directive to the Dockerfile, allowing to pass a value to configuration the PHP memory_limit php.ini directive. Use that environment variable in php.ini, since it supports that.

j0k3r commented 8 months ago

Duplicate of #374