Skip to content

Commit

Permalink
fix: re-add removed variable + fix documentation (#5902)
Browse files Browse the repository at this point in the history
re-add removed variable + fix documentation

Co-authored-by: Ítalo Johnny <[email protected]>
  • Loading branch information
mollux and italojohnny authored Jan 29, 2025
1 parent 9966f88 commit 50ae074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Environment variables:

Volumes:

- `langflow-data`: This volume is mapped to `/var/lib/langflow` in the container.
- `langflow-data`: This volume is mapped to `/app/langflow` in the container.

### PostgreSQL Service

Expand Down
1 change: 1 addition & 0 deletions docker_example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
environment:
- LANGFLOW_DATABASE_URL=postgresql://langflow:langflow@postgres:5432/langflow
# 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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/Deployment/deployment-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Environment variables:

Volumes:

- `langflow-data`: This volume is mapped to `/var/lib/langflow` in the container.
- `langflow-data`: This volume is mapped to `/app/langflow` in the container.

### PostgreSQL service {#121140decbfe4997b12213bdd2c4da7e}

Expand Down

0 comments on commit 50ae074

Please sign in to comment.