Commit 74a7eb38 authored by nimrod's avatar nimrod
Browse files

Cron: Fix for containers names.

Use the new names given by Docker Compose.
parent 14fc0815
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@daily docker exec mail_clamd_1 clamd-update || wget --spider https://notify.shore.co.il/send?message=Clam%20update%20failed.
@daily docker exec mail_spamd_1 spamd-learn || wget --spider https://notify.shore.co.il/send?message=Spamd%20learn%20failed.
@daily docker exec mail_spamd_1 spamd-update || wget --spider https://notify.shore.co.il/send?message=Spamd%20update%20failed.
@daily docker exec mail-clamd-1 clamd-update || wget --spider https://notify.shore.co.il/send?message=Clam%20update%20failed.
@daily docker exec mail-spamd-1 spamd-learn || wget --spider https://notify.shore.co.il/send?message=Spamd%20learn%20failed.
@daily docker exec mail-spamd-1 spamd-update || wget --spider https://notify.shore.co.il/send?message=Spamd%20update%20failed.