fix: frontend healthcheck use 127.0.0.1 in docker-compose

This commit is contained in:
2026-07-18 17:34:40 +02:00
parent abbb99fe74
commit b69c5f00aa
+1 -1
View File
@@ -67,7 +67,7 @@ services:
backend: backend:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/"] test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3000/"]
interval: 30s interval: 30s
timeout: 5s timeout: 5s
retries: 3 retries: 3