Merge pull request #448 from langflow-ai/fix-docker-compose

fix: Update langflow service image in docker-compose
This commit is contained in:
Sebastián Estévez 2025-11-21 14:25:07 -05:00 committed by GitHub
commit 85cbc202ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,7 @@ services:
langflow:
volumes:
- ./flows:/app/flows:U,z
image: langflowai/langflow-nightly:${LANGFLOW_VERSION:-1.7.0.dev5}
image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest}
# build:
# context: .
# dockerfile: Dockerfile.langflow