Skip to content

Commit 67d22d8

Browse files
committed
chore: fix smoke tests on lg-js
1 parent 84af438 commit 67d22d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/integrations/langgraph-js/docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
aimock:
2121
condition: service_started
2222
healthcheck:
23-
test: ["CMD", "wget", "-qO-", "http://localhost:8123/ok"]
23+
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:8123/ok"]
2424
interval: 5s
2525
timeout: 5s
2626
retries: 30

0 commit comments

Comments
 (0)