diff --git a/apps/flowise/config.json b/apps/flowise/config.json index 0909caa9..66e7a0df 100644 --- a/apps/flowise/config.json +++ b/apps/flowise/config.json @@ -5,7 +5,7 @@ "exposable": true, "port": 8009, "id": "flowise", - "tipi_version": 17, + "tipi_version": 18, "version": "1.8.2", "categories": ["ai", "automation"], "description": "Flowise AI is an Open source UI visual tool to build your customized LLM ochestration flow & AI agents. Developing LLM apps takes countless iterations. With low code approach, Flowise AI enable quick iterations to go from testing to production.", diff --git a/apps/flowise/docker-compose.yml b/apps/flowise/docker-compose.yml index 8c687289..f6689393 100644 --- a/apps/flowise/docker-compose.yml +++ b/apps/flowise/docker-compose.yml @@ -4,7 +4,7 @@ services: flowise: image: flowiseai/flowise:1.8.2 restart: unless-stopped - command: /bin/sh -c "sleep 3; flowise start" + entrypoint: /bin/sh -c "sleep 3; flowise start" container_name: flowise environment: - PORT=8009