From f3713e92aeaf8b7574bcaa548a7d10bedf0c247e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 7 Feb 2021 20:36:24 +0200 Subject: [PATCH] Restart the crond container. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index af1bf6c..1258c69 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: crond: build: context: crond/ + restart: always volumes: - /run/docker.sock:/run/docker.sock -- GitLab