From 0d667e7fca0208976835f065c2ffb81bbb2ac4bb Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Wed, 23 Mar 2022 09:52:27 +0000 Subject: [PATCH] watchtower should restart if it crashes --- hosting/docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/docker-compose.yaml b/hosting/docker-compose.yaml index 8143be54b7..ff3a3a6b87 100644 --- a/hosting/docker-compose.yaml +++ b/hosting/docker-compose.yaml @@ -105,6 +105,7 @@ services: - redis_data:/data watchtower-service: + restart: always image: containrrr/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock