chore: Update docker volume mount path for langflow-data in pre.docker-compose.yml

This commit is contained in:
ogabrielluiz 2024-05-28 20:46:46 -03:00
commit a112d72fc1

View file

@ -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