Skip to content

Commit

Permalink
Bugfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinquillen committed Jan 26, 2024
1 parent 6803766 commit 972736c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
container_name: ddev-${DDEV_SITENAME}-meilisearch
hostname: ${DDEV_SITENAME}-meilisearch
image: getmeili/meilisearch:v1.6
command: '--data-dir /data --enable-cors'
networks: [default, ddev_default]
restart: "on-failure"
environment:
Expand Down
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setup() {
}

health_checks() {
ddev exec "curl -s meilisearch:7700/health" | grep "true"
ddev exec "curl -s meilisearch:7700/health" | grep "available"
# todo: fix later when we understand why this fails in GHA but not on local machine
# ddev exec "curl -s -o /dev/null -I -w '%{http_code}' meilisearch_admin" | grep "200"
}
Expand Down

0 comments on commit 972736c

Please sign in to comment.