Skip to content

Commit

Permalink
Fix healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
maede97 committed Nov 5, 2023
1 parent 613a1c2 commit e07ac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
env_file:
- .env.local-dev
healthcheck:
test: "curl -f http://localhost:80"
test: "wget --no-verbose --tries=1 --spider http://localhost || exit 1"
interval: 5s
timeout: 1s
retries: 180
Expand Down

0 comments on commit e07ac6d

Please sign in to comment.