Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 546 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 546 Bytes

About

Docker image based on eugeneware/php-5.3.

It adds support for:

Commands

Default command runs supervisord which then starts nginx, php-fpm and exim.

["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord-web.conf"]

Alternative command if you wish to run a worker. This command starts cron and exim:

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord-worker.conf"]