Skip to content

How to Configure SearxNG in Docker to Use Only Google as the Search Engine #778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
batindfa opened this issue May 28, 2025 · 1 comment
Closed

Comments

@batindfa
Copy link

I have deployed my project using Docker and would like to modify the engine configuration of SearxNG so that only Google is used as the search engine. In previous versions, I was able to achieve this by specifying engines: ['google'] in the searchSearxng function in the backend code. However, now that I am using Docker, I cannot find the backend code anymore. How should I modify the configuration to use only Google as the search engine in SearxNG running in Docker? Thank you.

@ItzCrazyKns
Copy link
Owner

You can pull the repo and make the changes. To run it in Docker you can simple run this command: docker compose up -d --build The build flag will build the images based on the changes you made (and will not use images I publish).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants