Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from gunamata/searxng-port
Browse files Browse the repository at this point in the history
Use an uncommon port for the searxing service
  • Loading branch information
jandubois authored Oct 22, 2024
2 parents a9baca9 + 7bc942a commit ef13ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
searxng:
image: searxng/searxng:latest
ports:
- "8080:8080"
- "11505:8080"
volumes:
- ./linux/searxng:/etc/searxng
restart: always
Expand All @@ -21,7 +21,7 @@ services:
- ENABLE_RAG_WEB_SEARCH=True
- RAG_WEB_SEARCH_ENGINE=searxng
- DEFAULT_MODELS=tinyllama
- SEARXNG_QUERY_URL=http://host.docker.internal:8080
- SEARXNG_QUERY_URL=http://host.docker.internal:11505
restart: always

volumes:
Expand Down

0 comments on commit ef13ada

Please sign in to comment.