fix: healthcheck web container uses 127.0.0.1 instead of localhost

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jze9
2026-05-19 17:53:55 +05:00
parent eb4e71ee77
commit 6de9464401

View File

@@ -47,7 +47,7 @@ services:
api: api:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost/ || exit 1"] test: ["CMD-SHELL", "wget -qO- http://127.0.0.1/ || exit 1"]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5