Skip to content

Commit aa85a0c

Browse files
Update README.md
1 parent ad3c168 commit aa85a0c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ The startup.sh script will add the environment variables with MYSQL_ to /etc/php
7070
*sendmail* usually requires an specific HOSTNAME, run like this:
7171

7272
$ 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)
7381

7482
## Changes from base image [iiiepe/docker-nginx-drupal](https://github.com/iiiepe/docker-nginx-drupal)
7583

0 commit comments

Comments
 (0)