mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
fix: Use localhost on SEARXNG_BASE_URL
Co-authored-by: sabaimran <65192171+sabaimran@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user