From 645314359c47866b68af33235e7104fb9dd386bf Mon Sep 17 00:00:00 2001 From: Florian Amsallem Date: Wed, 26 Jun 2024 15:05:55 +0200 Subject: [PATCH] docker: fix front health check --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 866d66ac533..d979490f1dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -77,7 +77,7 @@ services: restart: unless-stopped ports: ["3000:3000"] healthcheck: - test: ["CMD", "curl", "-f", "http://localhost"] + test: ["CMD", "curl", "-f", "http://localhost:3000"] start_period: 4s interval: 5s