Added readme for docker example (#815)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-25 00:25:12 +00:00 committed by GitHub
commit f950bd8a2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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/)