diff --git a/swarm/openwebui.yml b/swarm/openwebui.yml index 3ca3201..f4958d8 100644 --- a/swarm/openwebui.yml +++ b/swarm/openwebui.yml @@ -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