From e86074ac217e929938b0fc49bc6336491212027b Mon Sep 17 00:00:00 2001 From: furyhawk Date: Mon, 1 Jun 2026 15:15:42 +0800 Subject: [PATCH] fix: update base URL for upstream service to use Docker host --- config/gateway.container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gateway.container.yaml b/config/gateway.container.yaml index 73344ea..4e080f2 100644 --- a/config/gateway.container.yaml +++ b/config/gateway.container.yaml @@ -13,7 +13,7 @@ settings: upstreams: lta_datamall: - base_url: http://host.containers.internal/ + base_url: http://host.docker.internal/ # Podman: use http://host.containers.internal/ port: 8068 timeout_seconds: 20