diff --git a/docker-compose.coolify.yml b/docker-compose.coolify.yml index 2b668f1..8692c9a 100644 --- a/docker-compose.coolify.yml +++ b/docker-compose.coolify.yml @@ -25,7 +25,7 @@ services: # the corresponding Traefik routing labels automatically. - SERVICE_FQDN_FRONTEND_80 healthcheck: - test: ["CMD-SHELL", "wget -qO- http://localhost:80/healthz || exit 1"] + test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:80/healthz || exit 1"] interval: 30s timeout: 5s start_period: 10s