fix: docker examples
This commit is contained in:
parent
6a33886ddb
commit
f4edfde985
4 changed files with 6 additions and 9 deletions
|
|
@ -3,9 +3,8 @@ version: '3'
|
|||
services:
|
||||
langflow:
|
||||
build:
|
||||
context: ./
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5003:5003"
|
||||
command: langflow --host 0.0.0.0
|
||||
platform: linux/amd64
|
||||
Loading…
Add table
Add a link
Reference in a new issue