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