diff --git a/crond/crontab b/crond/crontab
index f01136df332040e7199e504d47540b2421468652..068d1022a1b87c723eb626da20049dcce5df2aa1 100644
--- a/crond/crontab
+++ b/crond/crontab
@@ -1,3 +1,3 @@
-@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.