From 28ba1cbc2f22d493b3805837a05637fff46224d4 Mon Sep 17 00:00:00 2001 From: Jay T Date: Tue, 18 Aug 2026 00:53:19 +0000 Subject: [PATCH] Update to use port 4000 --- caddy/Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 1b74ae5..25ff035 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -4,6 +4,6 @@ } ilboo.com { - # Forward requests to port 5003 running directly on the host system - reverse_proxy host.docker.internal:5003 + # Forward requests to port 4000 running directly on the host system + reverse_proxy host.docker.internal:4000 }