This image will store PHP sessions in memcache, given a memcache container is available in this stack.
Storing sessions in memache allows scaling of a php-application to any number of hosts, given they use the same memcache.
Use e.g. memcached:1.5-alpine from dockerhub with cmd param -m 256 for 256 MB max size
for all those settings try to keep them as small as possible and route paths that need more (e.g. a backend) to a separate container with higher limits before increasing the limits for the whole application.
10) time limit for the execution of a PHP script64M) maximum memory usage for a PHP script8M) maximum size of a POST request8M) maximum size of a file for a POST requestContent type
Image
Digest
Size
5.4 MB
Last updated
almost 8 years ago
docker pull humilit/common-php