We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5838d1f + 4dc17c1 commit bc958d6Copy full SHA for bc958d6
1 file changed
docker-compose.yaml
@@ -7,7 +7,7 @@ services:
7
- ./linux/searxng:/etc/searxng
8
restart: always
9
open-webui:
10
- image: ghcr.io/open-webui/open-webui@sha256:caa86912d466525976110325f484b5b89074db189c15847b1a189fd9e1a4419a
+ image: ghcr.io/open-webui/open-webui@sha256:4dabf6994212b02e6651f129e39c513553016d519050ac951c195eccd3045cb9
11
ports:
12
- "11500:8080"
13
volumes:
@@ -17,6 +17,7 @@ services:
17
- WEBUI_SESSION_COOKIE_SAME_SITE=None
18
- WEBUI_SESSION_COOKIE_SECURE=True
19
- ENABLE_RAG_WEB_SEARCH=True
20
+ - ENABLE_EVALUATION_ARENA_MODELS=False
21
- RAG_WEB_SEARCH_ENGINE=searxng
22
- DEFAULT_MODELS=tinyllama
23
- SEARXNG_QUERY_URL=http://host.docker.internal:11505
0 commit comments