serversideup / docker-php

🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
https://serversideup.net/open-source/docker-php/
GNU General Public License v3.0
1.65k stars 108 forks source link

Adds note for using cron #393

Open DarkGhostHunter opened 1 month ago

DarkGhostHunter commented 1 month ago

Adds some paragraphs to the docs regarding using cron as an alternative when there is no other alternative.

On Debian images, it must be installed manually (usually on the production step), while on Alpine images crond is included OOTB.

Sometimes there is no possibility to add a scheduler command, like on third-party applications or else.