Added readme for docker example

This commit is contained in:
Guangya Liu 2023-08-24 12:28:42 -04:00 committed by anovazzi1
commit dae856d0f6

9
docker_example/README.md Normal file
View 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/)