chore: update SearXNG service configuration in Docker and documentation

- Updated SearXNG image version to 2026.3.13-3c1f68c59 in the Docker Compose file.
- Added port mapping for SearXNG service to allow access on a configurable port.
- Enhanced the .env.example file with comments for SearXNG configuration and usage instructions.
This commit is contained in:
Anish Sarkar 2026-03-14 21:03:25 +05:30
parent d9e312ddaa
commit 4376f74127
2 changed files with 8 additions and 1 deletions

View file

@ -58,7 +58,9 @@ services:
retries: 5
searxng:
image: searxng/searxng:2024.12.23
image: searxng/searxng:2026.3.13-3c1f68c59
ports:
- "${SEARXNG_PORT:-8888}:8080"
volumes:
- ./searxng:/etc/searxng
environment: