Added readme for docker example
This commit is contained in:
parent
3b2bfd06cc
commit
dae856d0f6
1 changed files with 9 additions and 0 deletions
9
docker_example/README.md
Normal file
9
docker_example/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# LangFlow Docker Running
|
||||
|
||||
```sh
|
||||
git clone git@github.com:logspace-ai/langflow.git
|
||||
cd langflow/docker_example
|
||||
docker compose up
|
||||
```
|
||||
|
||||
The web UI will be accessible on port [7860](http://localhost:7860/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue