From 2b9f1046ef990a4c13b33e77beed72356751c20d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 1 Aug 2022 06:24:17 +0300
Subject: [PATCH] Cron: Use new container names.

Docker Compose changed the names of the containers.
---
 crond/crontab | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crond/crontab b/crond/crontab
index fb2522e..72f4b0e 100644
--- a/crond/crontab
+++ b/crond/crontab
@@ -1,2 +1,2 @@
-@weekly docker exec ldap_ldap_1 backup || wget --spider https://notify.shore.co.il/send?message=LDAP%20backup%20failed.
-@daily docker exec ldap_ldap_1 find /var/backups/ldap -atime +30 -delete
+@weekly docker exec ldap-ldap-1 backup || wget --spider https://notify.shore.co.il/send?message=LDAP%20backup%20failed.
+@daily docker exec ldap-ldap-1 find /var/backups/ldap -atime +30 -delete
-- 
GitLab