Fix apricot-blossom health check: use 127.0.0.1 instead of localhost (IPv6 issue)

This commit is contained in:
2026-04-20 17:42:13 +00:00
parent f755a054a8
commit 5b213d8e51

View File

@@ -25,7 +25,7 @@
}
],
"healthCheck": {
"test": "wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1",
"test": "wget --no-verbose --tries=1 --spider http://127.0.0.1:3000/ || exit 1",
"interval": "30s",
"timeout": "10s",
"retries": 3