From 74a7eb38230371267f9a7d6ea634ed993276e43e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 1 Aug 2022 06:21:11 +0300
Subject: [PATCH] Cron: Fix for containers names.

Use the new names given by Docker Compose.
---
 crond/crontab | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/crond/crontab b/crond/crontab
index f01136d..068d102 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.
-- 
GitLab