Skip to content

Commit 4e425e6

Browse files
kaifcoderCopilot
andauthored
Update docker-compose.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f37bd68 commit 4e425e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
python:
3737
condition: service_healthy
3838
healthcheck:
39-
test: ["CMD", "curl", "-f", "http://localhost:3002/health"]
39+
test: ["CMD-SHELL", "wget -q --spider http://localhost:3002/health || exit 1"]
4040
interval: 10s
4141
timeout: 5s
4242
retries: 5

0 commit comments

Comments
 (0)