diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index 72c07018..22cdd58b 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -305,7 +305,7 @@ jobs: ports: - 8080:8080 options: >- - --health-cmd "curl -f http://localhost:8080/api/system-info || exit 1" + --health-cmd "curl -f http://localhost:8000/health || exit 1" --health-interval 30s --health-timeout 10s --health-retries 5