Skip to content

Commit 9d7fafc

Browse files
authored
[cueweb/docs] Update cueweb documentation with correct healthcheck using wget instead of curl (#2132)
**Link the Issue(s) this Pull Request is related to.** This fixes #2126 **Summarize your change.** This is a tiny patch to update the documentation with the new healthcheck based on wget.
1 parent b6633a3 commit 9d7fafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/getting-started/deploying-cueweb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ services:
135135
networks:
136136
- opencue
137137
healthcheck:
138-
test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"]
138+
test: ["CMD", "wget", "--spider", "-q", "http://localhost:3000"]
139139
interval: 30s
140140
timeout: 10s
141141
retries: 3

0 commit comments

Comments
 (0)