fix: Use localhost on SEARXNG_BASE_URL

Co-authored-by: sabaimran <65192171+sabaimran@users.noreply.github.com>
This commit is contained in:
Jiho Lee
2025-01-06 13:32:06 +09:00
committed by GitHub
parent a5c7315874
commit c1c086e431

View File

@@ -28,7 +28,7 @@ services:
volumes:
- khoj_search:/etc/searxng
environment:
- SEARXNG_BASE_URL=http://0.0.0.0:8080/
- SEARXNG_BASE_URL=http://localhost:8080/
server:
depends_on:
database: