From 2f30e6a3e6768e6c7ff349a5d4bf96bca5b05462 Mon Sep 17 00:00:00 2001 From: Andrew Parker Date: Wed, 11 Dec 2024 23:43:55 -0500 Subject: [PATCH] debug is now true --- configs/network/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/network/docker-compose.yml b/configs/network/docker-compose.yml index 1d80e2c..d3b5071 100644 --- a/configs/network/docker-compose.yml +++ b/configs/network/docker-compose.yml @@ -42,7 +42,7 @@ services: Watchtower: container_name: Watchtower image: containrrr/watchtower - command: --debug false --interval 60 --include-restarting true --include-stopped true --cleanup true --debug + command: --debug true --interval 60 --include-restarting true --include-stopped true --cleanup true volumes: - /var/run/docker.sock:/var/run/docker.sock environment: