mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
container: add default support for IPv6 (#4448)
* Initial update * update docs and test files
This commit is contained in:
parent
583007fd04
commit
11b5ae186b
7 changed files with 7 additions and 7 deletions
|
@ -59,7 +59,7 @@ and can relied on the default configuration :origin:`searx/settings.yml` using:
|
|||
use_default_settings: true
|
||||
server:
|
||||
secret_key: "ultrasecretkey" # change this!
|
||||
bind_address: "0.0.0.0"
|
||||
bind_address: "[::]"
|
||||
|
||||
``engines:``
|
||||
With ``use_default_settings: true``, each settings can be override in a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue