Sign inSign up

serhio/phpfpm

By serhio

Updated about 10 years ago

php-fpm image

Image
0

183

serhio/phpfpm repository overview

FROM bitnami/php-fpm:5.6.18-0-r01 changes in entrypoint:

ENTRYPOINT ["/start.sh"] ❯❯❯ cat start.sh #!/bin/sh sysctl -w net.core.somaxconn=65535 /entrypoint.sh

DONT FORGET to use privileged: true in compose file or privileged option in docker run becuse of: somaxconn

Tag summary

Content type

Image

Digest

Size

120.5 MB

Last updated

about 10 years ago

docker pull serhio/phpfpm:somaxconn