From 922a5e9e96c74509f48d26ad75554aabdbc1f885 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Fri, 31 Jan 2025 16:26:00 +0800 Subject: [PATCH] fix: correct volume name in open_webui service configuration --- swarm/openwebui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/openwebui.yml b/swarm/openwebui.yml index e33cf48..3ca3201 100644 --- a/swarm/openwebui.yml +++ b/swarm/openwebui.yml @@ -32,7 +32,7 @@ services: - RAG_EMBEDDING_MODEL=nomic-embed-text-v1.5 - RAG_EMBEDDING_MODEL_TRUST_REMOTE_CODE="True" volumes: - - open-webui:/app/backend/data + - open_webui:/app/backend/data expose: - ${OPEN_WEBUI_PORT:-8080} networks: