From 4e2ac69a384e3af764052ef601577e9e20a8155c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 26 May 2022 21:04:02 +0300 Subject: [PATCH] Update container name. Because for some reason Docker Compose changed from using underscores to hyphens. --- crond/crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crond/crontab b/crond/crontab index 8c4491b..7854e5c 100644 --- a/crond/crontab +++ b/crond/crontab @@ -1,2 +1,2 @@ -@weekly docker exec -t gitlab_gitlab_1 gitlab-backup || wget --spider https://notify.shore.co.il/send?message=GitLab%20backup%20failed. -@daily docker exec gitlab_gitlab_1 find /var/backups -atime +30 -delete +@weekly docker exec -t gitlab-gitlab-1 gitlab-backup || wget --spider https://notify.shore.co.il/send?message=GitLab%20backup%20failed. +@daily docker exec gitlab-gitlab-1 find /var/backups -atime +30 -delete -- GitLab