Refactor volume source paths in deploy-librechat.yml

This commit is contained in:
2024-05-30 20:05:06 +08:00
parent f0a1969e73
commit 895f1d0aef
+2 -2
View File
@@ -30,7 +30,7 @@ services:
- DOMAINNAME=${DOMAINNAME}
volumes:
- type: bind
source: ./.env
source: ~/config/.env
target: /app/.env
- libre-images:/app/client/public/images
- libre-logs:/app/api/logs
@@ -86,5 +86,5 @@ services:
depends_on:
- vectordb
env_file:
- .env
- ~/config/.env