Skip to content

Commit

Permalink
Update Meilisearch docker image. (#5)
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
kevinquillen authored Jul 17, 2024
1 parent 8e389a7 commit b7afd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
meilisearch:
container_name: ddev-${DDEV_SITENAME}-meilisearch
hostname: ${DDEV_SITENAME}-meilisearch
image: getmeili/meilisearch:v1.6
image: getmeili/meilisearch:v1.9
networks: [default, ddev_default]
restart: "on-failure"
expose:
Expand Down

0 comments on commit b7afd7b

Please sign in to comment.