diff --git a/servers/bwh-hk-dc3/litellm/compose.yaml b/servers/bwh-hk-dc3/litellm/compose.yaml index 3d106bd..363969e 100644 --- a/servers/bwh-hk-dc3/litellm/compose.yaml +++ b/servers/bwh-hk-dc3/litellm/compose.yaml @@ -20,7 +20,7 @@ services: adc-init: condition: service_completed_successfully ports: - - "${LISTEN_IP}:${HOST_PORT:-4000}:4000" + - "${LISTEN_IP:-127.0.0.1}:${HOST_PORT:-4000}:4000" environment: GOOGLE_APPLICATION_CREDENTIALS: /credentials/application_default_credentials.json VERTEXAI_PROJECT: ${VERTEXAI_PROJECT}