From 8ed1bc894d26363509363eb7c0e855780f2b4062 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Mon, 5 May 2025 07:52:39 +0000 Subject: [PATCH] Adjust watchtower config to new registry url. --- monitoring/watchtower-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/watchtower-config.json b/monitoring/watchtower-config.json index a7b548c..ee1dc23 100644 --- a/monitoring/watchtower-config.json +++ b/monitoring/watchtower-config.json @@ -3,7 +3,7 @@ "https://index.docker.io/v1/": { "auth": "Y3MyMjExOkU2U2Njc3ViRFJrYUppMlNMVSUh" }, - "cs-git.ddnss.de": { + "gitea.fam-steinle.de": { "auth": "Y2hyaXM6cScsXEgoT2Q6RzMpLlh2PCMhNVA=" } }