getmetal / motorhead

🧠 Motorhead is a memory and information retrieval server for LLMs.
https://getmetal.io
Apache License 2.0
846 stars 79 forks source link

Unable to connect to the docker service #35

Closed jerryzhu8888 closed 1 year ago

jerryzhu8888 commented 1 year ago

1、I first run this code docker pull ghcr.io/getmetal/motorhead:latest 2、Then I run the following code docker run --name motorhead -p 8989:8080 -e MOTORHEAD_PORT=8080 -e REDIS_URL='redis://redis:6379' -e OPENAI_API_KEY='my sk' -d ghcr.io/getmetal/motorhead:latest 3、I use postman to connect to the docker service, and the following happens

image

The docker service has the following log image

What is the problem?