We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84af438 commit 67d22d8Copy full SHA for 67d22d8
1 file changed
examples/integrations/langgraph-js/docker-compose.test.yml
@@ -20,7 +20,7 @@ services:
20
aimock:
21
condition: service_started
22
healthcheck:
23
- test: ["CMD", "wget", "-qO-", "http://localhost:8123/ok"]
+ test: ["CMD", "wget", "-qO-", "http://127.0.0.1:8123/ok"]
24
interval: 5s
25
timeout: 5s
26
retries: 30
0 commit comments