Skip to content

Commit

Permalink
✨ Fix Directus start healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MelaineGerard committed Jul 15, 2024
1 parent 4346c9d commit 650c01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.directus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ services:
- "./directus/uploads:/directus/uploads:rw"
- "./directus/extensions:/directus/extensions:rw"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8055/server/health || exit 1
test: wget --no-verbose --tries=1 --spider http://127.0.0.1:8055/server/health || exit 1
start_period: 15s
interval: 15s
timeout: 15s
retries: 10
retries: 5

0 comments on commit 650c01e

Please sign in to comment.