chore: Update docker volume mount path for langflow-data in pre.docker-compose.yml
This commit is contained in:
parent
8bc241267d
commit
a112d72fc1
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
# This variable defines where the logs, file storage, monitor data and secret keys are stored.
|
||||
- LANGFLOW_CONFIG_DIR=app/langflow
|
||||
volumes:
|
||||
- langflow-data:app/langflow
|
||||
- langflow-data:/app/langflow
|
||||
|
||||
postgres:
|
||||
image: postgres:16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue