From bfea83338e7da3b3c97f5ad3434b7eb301bf61aa Mon Sep 17 00:00:00 2001 From: aki Date: Sun, 19 Jan 2025 14:15:10 +0800 Subject: [PATCH] update --- docker/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index a5273c2d8f..7cb4ee6569 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -7,7 +7,7 @@ x-shared-env: &shared-api-worker-env HTTP_PROXY: ${HTTP_PROXY:-} HTTPS_PROXY: ${HTTPS_PROXY:-} - NO_PROXY: localhost,127.0.0.1 + NO_PROXY: ${NO_PROXY:-localhost,127.0.0.1} CONSOLE_API_URL: ${CONSOLE_API_URL:-} CONSOLE_WEB_URL: ${CONSOLE_WEB_URL:-} SERVICE_API_URL: ${SERVICE_API_URL:-}