Merge pull request #448 from langflow-ai/fix-docker-compose
fix: Update langflow service image in docker-compose
This commit is contained in:
commit
85cbc202ee
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ services:
|
||||||
langflow:
|
langflow:
|
||||||
volumes:
|
volumes:
|
||||||
- ./flows:/app/flows:U,z
|
- ./flows:/app/flows:U,z
|
||||||
image: langflowai/langflow-nightly:${LANGFLOW_VERSION:-1.7.0.dev5}
|
image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest}
|
||||||
# build:
|
# build:
|
||||||
# context: .
|
# context: .
|
||||||
# dockerfile: Dockerfile.langflow
|
# dockerfile: Dockerfile.langflow
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue