File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,14 @@ The startup.sh script will add the environment variables with MYSQL_ to /etc/php
70
70
* sendmail* usually requires an specific HOSTNAME, run like this:
71
71
72
72
$ docker run -d -h example.com -v application:/var/www my_mysql_container:mysql devsu/nginx-drupal7
73
+
74
+ ## Drush Cron Support
75
+
76
+ To specify * cron* schedule you can set the variable ` CRON_SCHEDULE ` to the desired settings. Like this:
77
+
78
+ $ docker run -d -e CRON_SCHEDULE="10 * * * *" -v application:/var/www my_mysql_container:mysql devsu/nginx-drupal7
79
+
80
+ The default value is "* /15 * * * * " (Every fifteen minutes)
73
81
74
82
## Changes from base image [ iiiepe/docker-nginx-drupal] ( https://github.com/iiiepe/docker-nginx-drupal )
75
83
You can’t perform that action at this time.
0 commit comments