Skip to content

Commit

Permalink
Updated Weaviate Docker image url (auto PR by bot) (#320)
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`.
  • Loading branch information
weaviate-git-bot authored Mar 19, 2024
1 parent 59d14b8 commit bce6232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
networks:
- airflow
weaviate:
image: semitechnologies/weaviate:1.23.10
image: cr.weaviate.io/semitechnologies/weaviate:1.23.10
command: "--host 0.0.0.0 --port '8081' --scheme http"
volumes:
- ${PWD}/include/weaviate/backup:/var/lib/weaviate/backup
Expand Down

0 comments on commit bce6232

Please sign in to comment.