From 00dcaf2ea7482deb3cdc61811c6297ef55670974 Mon Sep 17 00:00:00 2001 From: Akumatic Date: Tue, 27 Jan 2026 16:43:41 +0000 Subject: [PATCH] Switch from external URL to internal hostname in Docker Stack --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index e5105f2..8f4118c 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { "platform": "gitea", - "endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint + "endpoint": "http://server:3000/api/v1", "username": "renovate-bot", "gitAuthor": "Renovate ", "autodiscover": true,