1
0
Fork 0

chore(docker): add volume mapping for backend data in docker-compose (#2498)

This commit is contained in:
Anye 2024-11-13 22:46:00 +08:00 committed by GitHub
parent d0752cff5b
commit e3f6d1788d
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ services:
environment:
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL}
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
volumes:
- ./data:/app/backend/data
labels:
createdBy: "Apps"
networks: