mirror of https://github.com/langgenius/dify.git
fix: api and worker service volumes mount error
This commit is contained in:
parent
805da40b15
commit
47f6353fac
|
|
@ -86,7 +86,7 @@ services:
|
|||
- weaviate
|
||||
volumes:
|
||||
# Mount the storage directory to the container, for storing user files.
|
||||
- ./volumes/app/storage:/app/storage
|
||||
- ./volumes/app/storage:/app/api/storage
|
||||
|
||||
# worker service
|
||||
# The Celery worker for processing the queue.
|
||||
|
|
@ -137,7 +137,7 @@ services:
|
|||
- weaviate
|
||||
volumes:
|
||||
# Mount the storage directory to the container, for storing user files.
|
||||
- ./volumes/app/storage:/app/storage
|
||||
- ./volumes/app/storage:/app/api/storage
|
||||
|
||||
# Frontend web application.
|
||||
web:
|
||||
|
|
|
|||
Loading…
Reference in New Issue