From 81029791691f166b71e9114df1313972c3e926d0 Mon Sep 17 00:00:00 2001 From: Nacim Date: Mon, 16 Jun 2025 04:42:49 +0200 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7e53b7c..34ab993 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=fr healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000/health"] + test: ["CMD", "curl", "-f", "http://localhost:5001/health"] interval: 30s timeout: 10s retries: 3 @@ -22,7 +22,7 @@ services: ports: - "5002" healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000/health"] + test: ["CMD", "curl", "-f", "http://localhost:5002/health"] interval: 30s timeout: 10s retries: 3