From 11a4ecd6d51c856a05d26eda9ea6c4d27dc02114 Mon Sep 17 00:00:00 2001 From: Florian Richer Date: Thu, 12 Oct 2023 20:59:55 +0200 Subject: [PATCH] Update docker-compose.yml.j2 --- roles/watchtower/templates/docker-compose.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/watchtower/templates/docker-compose.yml.j2 b/roles/watchtower/templates/docker-compose.yml.j2 index 9ecb32b..a382b73 100644 --- a/roles/watchtower/templates/docker-compose.yml.j2 +++ b/roles/watchtower/templates/docker-compose.yml.j2 @@ -12,6 +12,7 @@ services: environment: WATCHTOWER_HTTP_API_TOKEN: watchtower WATCHTOWER_HTTP_API_METRICS: 'true' + WATCHTOWER_POLL_INTERVAL: 1 logging: driver: loki options: @@ -20,4 +21,4 @@ services: networks: metrics: - external: true \ No newline at end of file + external: true