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 }