From a875bd784694fa4859b33eb3b305d4dab8d251e4 Mon Sep 17 00:00:00 2001 From: pizzaniels Date: Mon, 6 Feb 2023 21:10:47 +0100 Subject: [PATCH] added watchtower flags: --include-restarting --cleanup --include-stopped --- roles/watchtower/files/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/watchtower/files/docker-compose.yml b/roles/watchtower/files/docker-compose.yml index 2f2a6ad..c2d5047 100644 --- a/roles/watchtower/files/docker-compose.yml +++ b/roles/watchtower/files/docker-compose.yml @@ -4,5 +4,5 @@ services: image: containrrr/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock - command: --schedule "0 0 4 * * *" # 4 uur UTC = 5 uur NL tijd + command: --schedule "0 0 4 * * *" --include-restarting --cleanup --include-stopped restart: always