From 751a1fe0755cb71746966910995240c0c9f8b6ae Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Sat, 20 Jun 2026 13:28:23 +0200 Subject: [PATCH] Update wetty reverse proxy to use correct port 3003 --- conf/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/Caddyfile b/conf/Caddyfile index fd538ea..4c6d2df 100644 --- a/conf/Caddyfile +++ b/conf/Caddyfile @@ -58,7 +58,7 @@ wetty.gynther.se { import auth import common redir / /wetty - reverse_proxy wetty:3001 + reverse_proxy wetty:3003 } gitea.gynther.se {