humanmade / local-vip

A Composer package providing a Docker-based local development environment for use with WordPress VIP projects.
7 stars 4 forks source link

Enable Cron #1

Open kadamwhite opened 4 years ago

kadamwhite commented 4 years ago

This environment was derived from altis/local-server, which uses cavalcade for Cron management; after removing that, I've observed that Cron tasks are not running locally unless manually triggered. This appears to be due to a missing loopback to enable the cron task to resolve the hostname within the Docker container.