From 7258d283ed3f4d591c83e57314e4b14a14530248 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 30 Jan 2026 10:12:33 -0800 Subject: [PATCH] use mapping in caddyfile --- frontend/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Caddyfile b/frontend/Caddyfile index 0c9ef8c..2f7fbc7 100644 --- a/frontend/Caddyfile +++ b/frontend/Caddyfile @@ -1,7 +1,7 @@ :80 { # Backend handle /api/* { - reverse_proxy recipes_backend:3000 + reverse_proxy backend:3000 } # Frontend