Update docker-compose.yml to use the correct default langflow port (#713)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-04 14:48:47 -03:00 committed by GitHub
commit 33ba16da16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,5 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "5003:5003"
- "7860:7860"
command: langflow --host 0.0.0.0