From 0967da285d13cb15788a0139b1a6d6d08c2f05cd Mon Sep 17 00:00:00 2001 From: Neil Yeung Date: Thu, 27 Mar 2025 19:34:10 +0000 Subject: [PATCH] fixed searxng url --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2f6f900..305fdf2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,7 +17,7 @@ services: env_file: - .env # env variables for auth0 environment: - - SEARXNG_API_URL=http://localhost:8080 + - SEARXNG_API_URL=http://searxng:8080 ports: - 3000:3000 networks: