The automated base image for php
1M+
Docker for php7
This image can run both php-fpm and php cli for consumers.
By default it will start php-fpm and listen on port 9000.
If you want to run a consumer/worker it can be started linke this:
docker run --restart=always -d bm.docker.php7 php bin/console sqs:multiple-consumer --env=prod -q
Each worker/consumer must run in its own container and the process must stay in foreground (ie. should not deamonize)
Content type
Image
Digest
Size
160.9 MB
Last updated
about 8 years ago
docker pull berlingskemedia/bm.docker.php:production