Skip to content

Commit 29f95a7

Browse files
authored
Merge pull request alexjustesen#25 from R-STR/R-STR--Update-Healthcheck-Command
Update Healthcheck
2 parents cbc0517 + ea1de76 commit 29f95a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

other/health-check.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can also add this to your Docker Compose file so the Docker service can moni
1414
version: '3.4'
1515

1616
healthcheck:
17-
test: curl -fSs APP_URL/api/healthcheck || exit 1
17+
test: curl -fSs APP_URL/api/healthcheck | jq -r .message || exit 1
1818
interval: 10s
1919
retries: 3
2020
start_period: 30s
@@ -24,5 +24,5 @@ healthcheck:
2424
### Response
2525
2626
```json
27-
{"message":"Speedtest Tracker is running!"}
27+
Speedtest Tracker is running!
2828
```

0 commit comments

Comments
 (0)