wallabag / docker

Official docker-composer for wallabag.
594 stars 150 forks source link

Add PHP_MEMORY_LIMIT support in Dockerfile #400

Closed akosiaris closed 7 months ago

akosiaris commented 7 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 7 months ago

Duplicate of #374