Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Emilien Devos <[email protected]>
  • Loading branch information
f-necas and edevosc2c authored Dec 4, 2024
1 parent ff525d6 commit 66cf3ef
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 @@ -327,7 +327,7 @@ services:
import:
image: georchestra/datafeeder-frontend:latest
healthcheck:
test: ["CMD-SHELL", "curl -s -f http://localhost:80/ >/dev/null || exit 1"]
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:80/ >/dev/null || exit 1"]
interval: 30s
timeout: 10s
retries: 10
Expand Down

0 comments on commit 66cf3ef

Please sign in to comment.