Skip to content

Commit

Permalink
Updated Weaviate Docker image url (auto PR by bot) (#2659)
Browse files Browse the repository at this point in the history
This minor change updates the URL of the [Weaviate Docker
image](https://weaviate.io/developers/weaviate/installation/docker-compose).

​Instead of the standard Docker registry, Weaviate now makes use of a
custom registry running at `cr.weaviate.io`.

Thanks in advance for ​merging.

🤖 beep boop, the Weaviate bot

PS:
Please note that the Weaviate Bot automates this PR; apologies if PR
formatting is missing. If you have questions, feel free to reach out via
our [forum](https://forum.weaviate.io) or
[Slack](https://weaviate.io/slack).

Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
  • Loading branch information
weaviate-git-bot and MthwRobinson committed May 20, 2024
1 parent 84cec1f commit 60f10fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/weaviate/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
weaviate:
image: semitechnologies/weaviate:1.19.6
image: cr.weaviate.io/semitechnologies/weaviate:1.19.6
restart: on-failure:0
ports:
- "8080:8080"
Expand Down

0 comments on commit 60f10fe

Please sign in to comment.