From c24a325626a4f00e7fc299807b99c669cec42e61 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 1 Aug 2022 06:28:23 +0300 Subject: [PATCH] Cron: Use the new container names. Docker Compose changed the name of the containers it creates. --- crond/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crond/crontab b/crond/crontab index bca1c52..c823f63 100644 --- a/crond/crontab +++ b/crond/crontab @@ -1 +1 @@ -@weekly docker exec registry_registry_1 registry garbage-collect -m /etc/docker/registry/config.yml +@weekly docker exec registry-registry-1 registry garbage-collect -m /etc/docker/registry/config.yml -- GitLab