Skip to content

Commit bc958d6

Browse files
authored
Merge pull request #14 from rancher-sandbox/update-compose-file
Update compose file
2 parents 5838d1f + 4dc17c1 commit bc958d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- ./linux/searxng:/etc/searxng
88
restart: always
99
open-webui:
10-
image: ghcr.io/open-webui/open-webui@sha256:caa86912d466525976110325f484b5b89074db189c15847b1a189fd9e1a4419a
10+
image: ghcr.io/open-webui/open-webui@sha256:4dabf6994212b02e6651f129e39c513553016d519050ac951c195eccd3045cb9
1111
ports:
1212
- "11500:8080"
1313
volumes:
@@ -17,6 +17,7 @@ services:
1717
- WEBUI_SESSION_COOKIE_SAME_SITE=None
1818
- WEBUI_SESSION_COOKIE_SECURE=True
1919
- ENABLE_RAG_WEB_SEARCH=True
20+
- ENABLE_EVALUATION_ARENA_MODELS=False
2021
- RAG_WEB_SEARCH_ENGINE=searxng
2122
- DEFAULT_MODELS=tinyllama
2223
- SEARXNG_QUERY_URL=http://host.docker.internal:11505

0 commit comments

Comments
 (0)