mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
fix: correct volume name in open_webui service configuration
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ services:
|
|||||||
- RAG_EMBEDDING_MODEL=nomic-embed-text-v1.5
|
- RAG_EMBEDDING_MODEL=nomic-embed-text-v1.5
|
||||||
- RAG_EMBEDDING_MODEL_TRUST_REMOTE_CODE="True"
|
- RAG_EMBEDDING_MODEL_TRUST_REMOTE_CODE="True"
|
||||||
volumes:
|
volumes:
|
||||||
- open-webui:/app/backend/data
|
- open_webui:/app/backend/data
|
||||||
expose:
|
expose:
|
||||||
- ${OPEN_WEBUI_PORT:-8080}
|
- ${OPEN_WEBUI_PORT:-8080}
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user