From 82448eb227dbf5008fd1985d1af681484a93571c Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 22 Jul 2026 00:29:06 -0700 Subject: [PATCH] fix: expose LiteLLM inside container network --- servers/bwh-hk-dc3/litellm/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/bwh-hk-dc3/litellm/compose.yaml b/servers/bwh-hk-dc3/litellm/compose.yaml index 363969e..e028705 100644 --- a/servers/bwh-hk-dc3/litellm/compose.yaml +++ b/servers/bwh-hk-dc3/litellm/compose.yaml @@ -29,7 +29,7 @@ services: volumes: - ./config.yaml:/app/config.yaml:ro - google-adc:/credentials:ro - command: ["--config", "/app/config.yaml", "--port", "4000"] + command: ["--config", "/app/config.yaml", "--host", "0.0.0.0", "--port", "4000"] logging: driver: json-file options: