Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ops/weaviate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: weaviate
image: semitechnologies/weaviate:1.11.0
image: cr.weaviate.io/semitechnologies/weaviate:1.11.0
args: ["--host", "0.0.0.0", "--port", "8080", "--scheme", "http"]
stdin: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion packages/server/weaviate/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- '8080'
- --scheme
- http
image: semitechnologies/weaviate:1.11.0
image: cr.weaviate.io/semitechnologies/weaviate:1.11.0
ports:
- 8080:8080
restart: on-failure:0
Expand Down