nashsu / FreeAskInternet

FreeAskInternet is a completely free, PRIVATE and LOCALLY running search aggregator & answer generate using MULTI LLMs, without GPU needed. The user can ask a question and the system will make a multi engine search and combine the search result to LLM and generate the answer based on search results. It's all FREE to use.
Apache License 2.0
8.41k stars 875 forks source link

ERROR: Invalid interpolation format for "searxng" option in service "services" #57

Open garywu520 opened 4 months ago

garywu520 commented 4 months ago

docker-compose up -d

error:

ERROR: Invalid interpolation format for "searxng" option in service "services": "SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/"

How to fix it? Thanks

My ENV

OS: CentOS7
$ docker --version
Docker version 26.0.0, build 2ae903e
$ docker-compose --version
docker-compose version 1.23.2, build 1110ad01
songsh commented 4 months ago

me too

longzilicart commented 1 week ago

me too

longzilicart commented 1 week ago

add "version: "3.7"" in the begining solve the issue

version: "3.7"