FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
30.35k stars 15.69k forks source link

ssl_version issue while deploying through Docker-Compose up -d #2478

Open ShankarMendyala opened 4 months ago

ShankarMendyala commented 4 months ago

I am deploying flowise by following all the guide using the url https://docs.flowiseai.com/configuration/deployment/aws#setup

Got an error regarding ssl_version while running docker-compose up -d,

Screenshot 2024-05-24 112845

ShankarMendyala commented 4 months ago

This issue is solved when i used the commands

"pip uninstall docker" "pip install docker==6.1.3" "pip3 install docker-compose"

Then again I run the command docker-compose up -d Now i got new error, which is saying Not supported URL scheme http+docker

image