fix: correct volume name in open_webui service configuration

This commit is contained in:
2025-01-31 16:26:00 +08:00
parent 16c1fa0efa
commit 922a5e9e96
+1 -1
View File
@@ -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: