From f957f34b74a667286d5f6336cadab72cb8b85a59 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 24 Mar 2025 08:35:19 +0100 Subject: [PATCH] alias --- watchtower/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml index 7602162..55bc577 100644 --- a/watchtower/docker-compose.yml +++ b/watchtower/docker-compose.yml @@ -2,8 +2,8 @@ services: watchtower: #command: --cleanup --label-enable --http-api-periodic-polls --http-api-metrics - command: --cleanup --label-enable --http-api-update - env_file: stack.env + command: --cleanup --label-enable --http-api-update --http-api-metrics + env_file: stack.env environment: WATCHTOWER_HTTP_API_TOKEN: l4c1j4yd33Du5lo WATCHTOWER_LABEL_ENABLE: 'true'