Description
I am setting up Weaviate using docker, using below command i am setting up a instance but it fails.
docker run -p 8080:8080 -p 50051:50051 cr.weaviate.io/semitechnologies/weaviate:1.24.15
Server Setup Information
- Weaviate Server Version:
- Deployment Method:
- Multi Node? Number of Running Nodes:
- Client Language and Version:
- Multitenancy?:
Any additional Information
hi @anusonawane !!
Welcome to our community
I was not able to reproduce this.
here:
docker run -p 8080:8080 -p 50051:50051 cr.weaviate.io/semitechnologies/weaviate:1.24.15
Now I can check it running:
❯ curl http://localhost:8080/v1/meta
{"hostname":"http://[::]:8080","modules":{},"version":"1.24.15"}
Let me know how I can help on this.
Thanks!