Fix health check: use wget instead of curl (docker:latest has no curl)
All checks were successful
Deploy to NAS / deploy (push) Successful in 46s
All checks were successful
Deploy to NAS / deploy (push) Successful in 46s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,4 +29,4 @@ jobs:
|
|||||||
- name: Health check
|
- name: Health check
|
||||||
run: |
|
run: |
|
||||||
sleep 15
|
sleep 15
|
||||||
curl -sf http://localhost:9050/healthz || exit 1
|
wget -qO- http://192.168.1.4:9050/healthz || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user