You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: