From e7e13c3dadcfd39051a17ac39271abbe58a68b09 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Sat, 25 May 2024 06:32:47 -0400 Subject: [PATCH] tell watchtower not to watch, as there aren't published images to pull --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 8864596b..b2c1188c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,6 +10,8 @@ services: readme_stats: build: . container_name: readme_stats + labels: + - "com.centurylinklabs.watchtower.enable=false" restart: always env_file: - .env