Skip to content

Commit a3f54a4

Browse files
committed
Update cueweb documentation with correct healthcheck using wget instead of curl
1 parent ce61412 commit a3f54a4

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)