wodby / docker4drupal

Docker-based Drupal stack
https://wodby.com/docker4drupal
MIT License
1.23k stars 533 forks source link

Update docker-compose file. Crond is not working. #523

Open nvelychenko opened 1 year ago

nvelychenko commented 1 year ago

In the latest version of the PHP image, you've updated condition during which crond is enabled. Also documentation was updated.

What needs to be done is to replace this command: sudo -E LD_PRELOAD=/usr/lib/preloadable_libiconv.so crond -f -d 0 with new one sudo -E crond -f -d 0

iVegas commented 9 months ago

This can be closed due to #524