fix: comment out CORS_ALLOW_ORIGIN in open_webui service configuration
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ services:
|
||||
- PORT=${OPEN_WEBUI_PORT:-8080}
|
||||
- WEBUI_URL=http://localhost:${OPEN_WEBUI_PORT:-8080}
|
||||
- ENABLE_OLLAMA_API=${ENABLE_OLLAMA_API:-true}
|
||||
- CORS_ALLOW_ORIGIN="*"
|
||||
# - CORS_ALLOW_ORIGIN="*"
|
||||
- OLLAMA_BASE_URLS=http://ollama:11434
|
||||
- RAG_EMBEDDING_ENGINE=ollama
|
||||
- RAG_EMBEDDING_MODEL=nomic-embed-text-v1.5
|
||||
|
||||
Reference in New Issue
Block a user