From bc6b0fae3e8203aa29f1b2d83daa960584d4d1c4 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sun, 9 Jul 2023 15:07:17 +0200 Subject: [PATCH] Push the right compose file --- templates/compose/watchtower.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/watchtower.yml b/templates/compose/watchtower.yml index 7b595fe..7a3a931 100644 --- a/templates/compose/watchtower.yml +++ b/templates/compose/watchtower.yml @@ -7,4 +7,4 @@ services: - 'WATCHTOWER_CLEANUP=true' volumes: - '/var/run/docker.sock:/var/run/docker.sock' - command: docsinvidiousio_docs_1 + command: --interval 3600 docsinvidiousio_docs_1