mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
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:
parent
d9e312ddaa
commit
4376f74127
2 changed files with 8 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue