From a9f6838f87b8c033aa39ec47b1d009c64a972e89 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sat, 17 Jan 2026 19:44:52 -0500 Subject: [PATCH] Changed searxng bind port to 8881 --- stacks/searxng/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/searxng/docker-compose.yml b/stacks/searxng/docker-compose.yml index 78c0ca5..fe76413 100644 --- a/stacks/searxng/docker-compose.yml +++ b/stacks/searxng/docker-compose.yml @@ -3,7 +3,7 @@ services: image: searxng/searxng:latest container_name: searxng ports: - - 8888:8080 + - 8881:8080 environment: - SEARXNG_BASE_URL=https://search.rishighan.com/ volumes: