Skip to content

Commit

Permalink
Fix cron path #67
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Oct 9, 2020
1 parent 0fb2574 commit f1adcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
image: wodby/wordpress-php:$PHP_TAG
container_name: "${PROJECT_NAME}_crond"
environment:
CRONTAB: "0 * * * * wp cron event run --due-now --path=/var/www/html/web"
CRONTAB: "0 * * * * wp cron event run --due-now --path=/var/www/html"
command: sudo -E LD_PRELOAD=/usr/lib/preloadable_libiconv.so crond -f -d 0
volumes:
- ./:/var/www/html:cached
Expand Down

0 comments on commit f1adcea

Please sign in to comment.