From 8ec6c617849abe5f4bc4f4ca0f6ff0addb40531a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= <241707603+de-wax@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:41:36 +0100 Subject: [PATCH] docker: Update Watchtower image name in docker-compose.yml (#1937) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I guess Image name is wrong, at least the image which was mentioned here doesn’t exist. --- install/docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/docker/docker-compose.yml b/install/docker/docker-compose.yml index 99bd9eb75..ded69993b 100644 --- a/install/docker/docker-compose.yml +++ b/install/docker/docker-compose.yml @@ -145,7 +145,7 @@ services: - WATCHTOWER_HTTP_API_UPDATE=true - WATCHTOWER_SCOPE=scrypted - WATCHTOWER_HTTP_API_PERIODIC_POLLS=${WATCHTOWER_HTTP_API_PERIODIC_POLLS:-true} - image: nicholas-fedor/watchtower + image: nickfedor/watchtower container_name: scrypted-watchtower restart: unless-stopped volumes: